We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d65909 commit 48d100bCopy full SHA for 48d100b
1 file changed
README.md
@@ -28,12 +28,9 @@ nodejs backend/server.mjs
28
This project uses Docker :whale: for production set-up
29
```bash
30
sudo apt update && sudo apt install docker.io docker-compose
31
-# The Docker building process uses the build result
32
-# from `npm run build` the build will fail if build does not exist
33
-npm run build
34
```
35
The following commands will build the docker via compose which builds the multi-docker system.
36
-You will also need to move the docker related `.env` into the docker folder (dir of Dockerfile) before running the following:
+You will need to move the `.env` into the project root folder before running the following:
37
38
docker network create traefik
39
docker-compose --env-file .env -p khi -f docker/docker-compose.yml up --build
0 commit comments