Update Dockerfile

This commit is contained in:
fithwum
2020-06-21 18:24:07 -07:00
parent 7de5e05c7e
commit d68c5fb64f

View File

@@ -11,7 +11,7 @@ RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-comp
&& mkdir -p /foundry/data
# directory where data is stored
WORKDIR /foundry
VOLUME /foundry
# TCP Port
EXPOSE 30000