Skip to content

Commit

Permalink
fix: fix a typo mistake in Dockerfile-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhossein-haerian committed Dec 2, 2024
1 parent 350030b commit 444d743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ EXPOSE 3000

ENV TZ Europe/Stockholm

CMD ["npm", "run", "start-dev]
CMD ["npm", "run", "start-dev"]

0 comments on commit 444d743

Please sign in to comment.