Skip to content

Commit

Permalink
chore: Use JSON args instead of CMD in backend
Browse files Browse the repository at this point in the history
  • Loading branch information
morteako authored and sivertschou committed Nov 19, 2024
1 parent 5b50c69 commit d260938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ COPY --from=installer /app .

# CMD libs/database && node apps/backend/build/server.js
ENTRYPOINT ["/app/apps/backend/docker-entrypoint.sh"]
CMD node /app/apps/backend/build/server.js
CMD ["node", "/app/apps/backend/build/server.js"]

0 comments on commit d260938

Please sign in to comment.