Skip to content

Commit

Permalink
Change to entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
aleda145 committed Aug 3, 2022
1 parent db761dc commit 557e02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ HEALTHCHECK NONE
#checkov:skip=CKV_DOCKER_3: Ensure that a user for the container has been created
# Because it will run as root on the VM anyway, and there is nothing else there but a docker container

CMD ["/app/run.sh"]
ENTRYPOINT ["/app/run.sh"]

0 comments on commit 557e02f

Please sign in to comment.