From 83569e20308432f0d1637bc68be3d8c46eeb46d7 Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Mon, 22 Jun 2020 06:43:23 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a066372..47b7cf7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-comp # ADD "${INSTALL_FILES}" /ftemp RUN wget --no-cache "${INSTALL_FILES}" -O /ftemp/foundryvtt-${F_VTT_VERSION}.zip \ - && unzip /ftemp/foundryvtt-${F_VTT_VERSION}.zip /ftemp/vtt \ + && unzip /ftemp/foundryvtt-${F_VTT_VERSION}.zip /foundry/fvtt \ && mkdir -p /foundry/fvtt /foundry/data \ && chmod 777 -R /foundry \ && chown 99:100 -R /foundry