Commit 4a3c6c8d authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update Dockerfile

parent 9ba48307
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@ RUN apt-get update && apt-get -y upgrade && \
    && apt-get clean

COPY run/*.sh /run/

RUN ["chmod", "+x", "/run/run.sh"]

VOLUME /storage
@@ -24,6 +23,6 @@ ENV CPU_CORES 1
ENV DISK_SIZE 16G
ENV RAM_SIZE 512M

ENV BOOT http://www.tinycorelinux.net/13.x/x86/release/Core-13.1.iso
ENV BOOT http://www.example.com/imago.iso

ENTRYPOINT ["/run/run.sh"]