Skip to content

Commit

Permalink
feat: Override environment variable (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Jan 24, 2024
1 parent ca54001 commit 2da4524
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ RUN chmod +x /run/*.sh
EXPOSE 8006 3389
VOLUME /storage

ENV BOOT ""
ENV RAM_SIZE "4G"
ENV CPU_CORES "2"
ENV DISK_SIZE "64G"
ENV VERSION "win11"

ARG VERSION_ARG "0.0"
RUN echo "$VERSION_ARG" > /run/version
Expand Down

0 comments on commit 2da4524

Please sign in to comment.