Skip to content

Commit

Permalink
Project start command chnaged on Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Md-Rubel-Ahmed-Rana committed Mar 29, 2024
1 parent 69a030f commit dee71e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ COPY . .

EXPOSE 5000

CMD ["npm", "start"]
CMD ["yarn", "dev"]
4 changes: 2 additions & 2 deletions backend/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: "3"
services:

tmbackend:
tmsbackend:
build:
dockerfile: Dockerfile
context: ./
container_name: tmbackend-app
container_name: tmsbackend
ports:
- "5000:5000"
restart: always
Expand Down

0 comments on commit dee71e4

Please sign in to comment.