Trigger
Trigger
This commit is contained in:
commit
771a3deb34
1 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||||
|
|
||||||
VOLUME /storage
|
|
||||||
|
|
||||||
EXPOSE 22
|
EXPOSE 22
|
||||||
|
|
||||||
|
VOLUME /storage
|
||||||
|
|
||||||
ENV CPU_CORES "1"
|
ENV CPU_CORES "1"
|
||||||
ENV DISK_SIZE "16G"
|
ENV DISK_SIZE "16G"
|
||||||
ENV RAM_SIZE "512M"
|
ENV RAM_SIZE "512M"
|
||||||
|
|
Loading…
Reference in a new issue