diff --git a/Dockerfile b/Dockerfile index cd680e6..6889a05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,10 +19,10 @@ RUN apt-get update && apt-get -y upgrade && \ COPY run/*.sh /run/ RUN ["chmod", "+x", "/run/run.sh"] -EXPOSE 22 - VOLUME /storage +EXPOSE 22 + ENV CPU_CORES "1" ENV DISK_SIZE "16G" ENV RAM_SIZE "512M"