Update Dockerfile
This commit is contained in:
@@ -18,10 +18,10 @@ USER foundry
|
|||||||
|
|
||||||
# directory where data is stored
|
# directory where data is stored
|
||||||
VOLUME /foundry
|
VOLUME /foundry
|
||||||
WORKDIR /foundry
|
# WORKDIR /foundry
|
||||||
|
|
||||||
# TCP Port
|
# TCP Port
|
||||||
EXPOSE 30000
|
EXPOSE 30000
|
||||||
|
|
||||||
# Run command
|
# 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" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user