Skip to content

Commit 48d100b

Browse files
committed
Updated README
1 parent 3d65909 commit 48d100b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,9 @@ nodejs backend/server.mjs
2828
This project uses Docker :whale: for production set-up
2929
```bash
3030
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
3431
```
3532
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:
33+
You will need to move the `.env` into the project root folder before running the following:
3734
```bash
3835
docker network create traefik
3936
docker-compose --env-file .env -p khi -f docker/docker-compose.yml up --build

0 commit comments

Comments
 (0)