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

Commit

Permalink
fix: incorrect run script used
Browse files Browse the repository at this point in the history
  • Loading branch information
ijsKoud committed Apr 25, 2023
1 parent a4202f9 commit 27bf5b5
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 @@ -16,4 +16,4 @@ RUN yarn build
ENV NODE_ENV="production"

# Run NodeJS script
CMD ["yarn", "run", "start"]
CMD ["yarn", "run", "start:docker"]

0 comments on commit 27bf5b5

Please sign in to comment.