Skip to content

Commit

Permalink
Merge pull request #12 from Turizak/genericCommand
Browse files Browse the repository at this point in the history
dockerfile
  • Loading branch information
rakazirut authored Aug 24, 2024
2 parents adb085e + 3dac595 commit 0fcad11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ COPY --from=build /app /app

# Start the server by default, this can be overwritten at runtime
EXPOSE 3000
CMD [ "npm", "run", "build" ]
CMD [ "npm", "run", "start" ]

0 comments on commit 0fcad11

Please sign in to comment.