chmod docker entrypoint
Docker / build (push) Has been cancelled Details

This commit is contained in:
Chris W 2024-01-03 10:26:54 -07:00
parent 5e2be71210
commit 8488d1845d
1 changed files with 2 additions and 0 deletions

View File

@ -10,4 +10,6 @@ RUN shards install
RUN shards build server --release RUN shards build server --release
RUN shards build cli RUN shards build cli
RUN chmod +x ./docker/entrypoint.sh
ENTRYPOINT [ "docker/entrypoint.sh" ] ENTRYPOINT [ "docker/entrypoint.sh" ]