Skip to content

Commit

Permalink
docs: update README about running with Docker (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl authored Jul 30, 2024
1 parent 723f0ae commit 898a2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Run `nx dep-graph` to see a diagram of the dependencies of your projects.

## Running with docker

Run `ng build --configuration production` and then `docker-compose up` to startup the docker container with the application
Run `npm run build:start:docker` to startup the docker container with the application

## Package as a runnable Docker container

Expand Down

0 comments on commit 898a2f8

Please sign in to comment.