From c260a8f133559d531febfaa041a5814872fd6943 Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Sun, 21 Jun 2020 19:38:30 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b9c7bb8..bcda029 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,9 +6,7 @@ ENV GUID=100 # Install dependencies and folder creation RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \ - && mkdir -p /foundry \ - && mkdir -p /foundry/fvtt \ - && mkdir -p /foundry/data \ + && mkdir -p /foundry /foundry/fvtt /foundry/data \ && chmod 777 -R /foundry \ && chown 99:100 -R /foundry