- check if HMR is working
You'll need the following files in your directory to build/up the project:
- .env (see .env.sample)
- docker-compose.yml
- dockerfile
- nginx.conf
docker compose --profile dev build
docker compose --profile dev up -dCurrently you NEED to login via docker login to pull the package:
docker login -u USERNAME -p PASSWORD ghcr.iodocker pull ghcr.io/wwwegwerg/nest-test
docker compose --profile prod up -d