Skip to content

Commit

Permalink
correct
Browse files Browse the repository at this point in the history
Signed-off-by: Deepanshu Yadav <[email protected]>
  • Loading branch information
deepanshu-yadav committed Nov 27, 2023
1 parent 650470d commit b785cd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ services:

nodejs-app:
build: nodejs
context: nodejs
args:
STATE: PRODUCTION
ports:
- "3000:3000"
environment:
Expand Down

0 comments on commit b785cd6

Please sign in to comment.