Making sure the entrypoint script is executable
Build foundry vtt docker image and push to registry / docker (push) Successful in 23s
Build foundry vtt docker image and push to registry / docker (push) Successful in 23s
This commit is contained in:
@@ -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 script to work directory
|
||||||
COPY entrypoint.sh ./
|
COPY entrypoint.sh ./
|
||||||
|
RUN chmod +x entrypoint.sh
|
||||||
|
|
||||||
# mount volume directory of the Foundry application
|
# mount volume directory of the Foundry application
|
||||||
VOLUME /foundry
|
VOLUME /foundry
|
||||||
|
|||||||
Reference in New Issue
Block a user