From 3b95db9277a440ca14772643968f47c26d37404c Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Sun, 21 Jun 2020 19:51:17 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bcda029..9a2e0ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-comp && chown 99:100 -R /foundry # directory where data is stored -VOLUME /foundry +WORKDIR /foundry # TCP Port EXPOSE 30000