Update Dockerfile

This commit is contained in:
alphaomega 2025-08-17 23:12:04 -05:00 committed by GitHub
parent 945e27f72c
commit c8f2c9fd49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ FROM build-${TARGETARCH}
ARG VERSION_ARG="0.00" ARG VERSION_ARG="0.00"
RUN echo "$VERSION_ARG" > /run/version RUN echo "$VERSION_ARG" > /run/version
VOLUME /storage
EXPOSE 3389 8006 EXPOSE 3389 8006
ENV VERSION="11" ENV VERSION="11"