Making sure the entrypoint script is executable
Build foundry vtt docker image and push to registry / docker (push) Successful in 23s

This commit is contained in:
Crovaxon
2024-06-21 02:02:47 +02:00
parent 7150304d0c
commit 0c183ec076
+1
View File
@@ -15,6 +15,7 @@ RUN apk add --no-cache ca-certificates libstdc++ su-exec bash-completion tar nod
# copy entrypoint script to work directory
COPY entrypoint.sh ./
RUN chmod +x entrypoint.sh
# mount volume directory of the Foundry application
VOLUME /foundry