Update Dockerfile

This commit is contained in:
fithwum
2020-06-21 19:51:17 -07:00
parent c260a8f133
commit 3b95db9277

View File

@@ -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