🗃️ modified: Dockerfile 🗃️

This commit is contained in:
Jason
2022-07-10 19:42:10 -04:00
parent ed6315b358
commit 22a174b674

View File

@@ -40,7 +40,7 @@ ENV SHELL="/bin/bash" \
TZ="${TZ:-America/New_York}"
WORKDIR /app
VOLUME ["/app","/config","/data"]
VOLUME ["/app"]
EXPOSE 1993
COPY --from=build /. /