Skip to content

Commit

Permalink
use ENTRYPOINT (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
puckpuck authored Aug 24, 2022
1 parent df949fc commit fc997b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/featureflagservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ COPY --from=builder --chown=nobody:root /app/_build/${MIX_ENV}/rel/featureflagse

USER nobody

CMD ["/app/bin/server"]
ENTRYPOINT ["/app/bin/server"]
2 changes: 1 addition & 1 deletion src/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ USER nextjs
ENV PORT 8080
EXPOSE ${PORT}

CMD ["npm", "start"]
ENTRYPOINT ["npm", "start"]

0 comments on commit fc997b6

Please sign in to comment.