Skip to content

Commit

Permalink
Merge pull request #479 from tcet-opensource/TejasNair9977-patch-3
Browse files Browse the repository at this point in the history
Update docker-compose.yaml
  • Loading branch information
TejasNair9977 authored Jan 16, 2024
2 parents 3b61823 + 5ca5d03 commit e4ced97
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 e4ced97

Please sign in to comment.