Skip to content

Commit

Permalink
chg: rename docker file to standard name (no pre-build)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Arnold <[email protected]>
  • Loading branch information
sarnold committed Mar 13, 2024
1 parent 2a6043f commit 8096780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prebuild.Dockerfile → Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ COPY entrypoint.sh app/
RUN chmod u+x app/entrypoint.sh
WORKDIR app/

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

0 comments on commit 8096780

Please sign in to comment.