Update Dockerfile

This commit is contained in:
fithwum
2020-06-21 20:57:18 -07:00
parent 6578152400
commit 8e1718af94

View File

@@ -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" ]