diff options
author | Matthew Lemon <y@yulqen.org> | 2024-06-05 11:50:29 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-06-05 11:50:29 +0100 |
commit | f9a04be161310f10693ae2dc76d183b8801e1926 (patch) | |
tree | 585cfebad1bebb02c3decf6b7d88c0857834dc5b /Dockerfile | |
parent | 2b204c087f76095495570a565b1ca7dab6626d11 (diff) |
Set executible on entrypoint manually
Diffstat (limited to '')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -25,5 +25,4 @@ USER 1001 # Start app -RUN chmod +x docker-entrypoint.sh ENTRYPOINT ["/app/docker-entrypoint.sh"] |