Skip to content

Commit

Permalink
updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishwas1 committed Nov 15, 2023
1 parent a4a474c commit e14effd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ COPY ./tsconfig.json .
# using npm instead of yarn
RUN npm install
COPY . .
CMD ["npm", "start"]
CMD ["npm","run","start:dev"]

0 comments on commit e14effd

Please sign in to comment.