Unverified Commit 19dbe3a8 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

build: Update Dockerfile (#279)

parent 63c60d12
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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"