This commit is contained in:
2023-01-28 06:13:20 -08:00
parent 54cfb5935f
commit 1b5e9eb28a

2
debian/Dockerfile vendored
View File

@@ -10,7 +10,7 @@ ENV GAME_PORT=30000
RUN addgroup foundry && adduser -q --disabled-password --ingroup foundry foundry
# Install dependencies and folder creation
RUN apk update && apt-get install --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \
RUN apt update && apt-get install --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \
&& mkdir -p /foundry /ftemp \
&& chmod 777 -R /foundry \
&& chown 99:100 -R /foundry