Update Dockerfile

This commit is contained in:
fithwum
2020-06-22 05:42:24 -07:00
parent 0df95fdb1d
commit c8097b0e3b

View File

@@ -18,10 +18,10 @@ USER foundry
# directory where data is stored
VOLUME /foundry
WORKDIR /foundry
# WORKDIR /foundry
# TCP Port
EXPOSE 30000
# Run command
CMD [ "node", "fvtt/resources/app/main.js", "--headless", "--dataPath=/foundry/data" ]
CMD [ "node", "/foundry/fvtt/resources/app/main.js", "--headless", "--dataPath=/foundry/data" ]