- CMD:
docker compose build
- CMD:
docker compose up -d
copy the .env.example
file and create the .env
file to setting environment variables.
- CMD:
cp /api/.env.example /api/.env
copy the constants.example.ts
file and create the constants.ts
file for setting JWT that is used for Authentication.
- CMD:
cp /api/src/auth/constants.example.ts /api/src/auth/constants.ts