Update Dockerfile
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
MAINTAINER fithwum
|
MAINTAINER fithwum
|
||||||
|
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/foundryvtt/master/files/Install_Script.sh
|
|
||||||
|
|
||||||
ENV UID=99
|
ENV UID=99
|
||||||
ENV GUID=100
|
ENV GUID=100
|
||||||
|
|
||||||
@@ -19,4 +17,4 @@ VOLUME /foundry
|
|||||||
EXPOSE 30000
|
EXPOSE 30000
|
||||||
|
|
||||||
# Run command
|
# Run command
|
||||||
CMD [ "/ftemp/Install_Script.sh" , "node", "fvtt/resources/app/main.js", "--headless", "--dataPath=/foundry/data" ]
|
CMD [ "node", "fvtt/resources/app/main.js", "--headless", "--dataPath=/foundry/data" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user