diff --git a/Dockerfile b/Dockerfile index 993c1a6..8d22d58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN mkdir -p /foundry \ && mkdir -p /foundry/fvtt \ && mkdir -p /foundry/data -WORKDIR /foundry/fvtt +WORKDIR /foundry EXPOSE 30000 -CMD [ "node", "resources/app/main.js", "--headless", "--dataPath=/foundry/data" ] \ No newline at end of file +CMD [ "node", "fvtt/resources/app/main.js", "--headless", "--dataPath=/foundry/data" ] \ No newline at end of file