Skip to content

Commit

Permalink
rename(Dockerfile): Rename dockerfile.dev to Dockerfile.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jokj624 authored Sep 1, 2024
1 parent f6e2a67 commit 2d1d14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile.dev → Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ EXPOSE 8081
ENV NODE_ENV=development

# start
CMD ["node", "dist/main.js"]
CMD ["node", "dist/main.js"]

0 comments on commit 2d1d14f

Please sign in to comment.