Commit 771a3deb authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Trigger

Trigger
parents ba2af6ec 5ddfb12a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,10 +19,10 @@ RUN apt-get update && apt-get -y upgrade && \
COPY run/*.sh /run/
RUN ["chmod", "+x", "/run/run.sh"]

VOLUME /storage

EXPOSE 22

VOLUME /storage

ENV CPU_CORES "1"
ENV DISK_SIZE "16G"
ENV RAM_SIZE "512M"