build: Update Dockerfile (#279)

This commit is contained in:
Kroese 2023-12-29 00:28:15 +01:00 committed by GitHub
parent 63c60d129c
commit 19dbe3a8d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,9 +24,7 @@ COPY ./src /run/
RUN chmod +x /run/*.sh RUN chmod +x /run/*.sh
VOLUME /storage VOLUME /storage
EXPOSE 22 5900
EXPOSE 22
EXPOSE 5900
ENV CPU_CORES "1" ENV CPU_CORES "1"
ENV RAM_SIZE "1G" ENV RAM_SIZE "1G"