🗃️ modified: Dockerfile 🗃️

This commit is contained in:
Jason 2022-07-10 19:42:10 -04:00
parent ed6315b358
commit 22a174b674
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

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