build: Update Dockerfile (#279)
This commit is contained in:
parent
63c60d129c
commit
19dbe3a8d1
1 changed files with 1 additions and 3 deletions
|
@ -24,9 +24,7 @@ COPY ./src /run/
|
|||
RUN chmod +x /run/*.sh
|
||||
|
||||
VOLUME /storage
|
||||
|
||||
EXPOSE 22
|
||||
EXPOSE 5900
|
||||
EXPOSE 22 5900
|
||||
|
||||
ENV CPU_CORES "1"
|
||||
ENV RAM_SIZE "1G"
|
||||
|
|
Loading…
Reference in a new issue