Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TejasNair9977 authored Jan 16, 2024
1 parent 3b61823 commit 5ca5d03
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ services:
ports:
- 30003:30003

# backend:
# build: .
# container_name: backend
# env_file:
# - .env
# command: ["npm", "run", "serverstart"]
# ports:
# - 4000:4000
backend:
build: .
container_name: backend
env_file:
- .env
command: ["npm", "run", "serverstart"]
ports:
- 4000:4000

0 comments on commit 5ca5d03

Please sign in to comment.