Update Dockerfile

This commit is contained in:
Kroese 2023-04-26 03:54:10 +02:00 committed by GitHub
parent 771a3deb34
commit 5f3753166b

View file

@ -19,10 +19,10 @@ RUN apt-get update && apt-get -y upgrade && \
COPY run/*.sh /run/ COPY run/*.sh /run/
RUN ["chmod", "+x", "/run/run.sh"] RUN ["chmod", "+x", "/run/run.sh"]
EXPOSE 22
VOLUME /storage VOLUME /storage
EXPOSE 22
ENV CPU_CORES "1" ENV CPU_CORES "1"
ENV DISK_SIZE "16G" ENV DISK_SIZE "16G"
ENV RAM_SIZE "512M" ENV RAM_SIZE "512M"