Skip to content

Commit

Permalink
Merge pull request #434 from sivertschou/fix-docker-warning
Browse files Browse the repository at this point in the history
Change to backend CMD to json-args
  • Loading branch information
sivertschou authored Nov 19, 2024
2 parents 5b50c69 + d260938 commit c029fd4
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 c029fd4

Please sign in to comment.