Update Dockerfile

This commit is contained in:
Alexandre
2021-04-09 22:04:19 +02:00
committed by GitHub
parent bedb0cf7de
commit 0e0cccddd8

View File

@@ -37,6 +37,9 @@ RUN \
/var/{cache,log}/* \
/var/lib/apt/lists/*
# Copy root filesystem
COPY rootfs /
COPY run.sh /
RUN chmod 777 /run.sh