Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Update Dockerfile #14

Merged
merged 1 commit into from
Feb 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Dockerfile
  • Loading branch information
Gunasekar-K authored Feb 7, 2024
commit ec986817e82b557a3b431e02e053f49f195a9683
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ RUN npm install

RUN npm run build

CMD npm start
CMD node server.js