„Dockerfile“ ändern

This commit is contained in:
2022-12-28 22:37:04 +01:00
parent fa27995f23
commit 9d6ea20fed

View File

@@ -36,9 +36,9 @@ RUN mkdir $DATA_DIR && \
ulimit -n 2048
ADD /scripts/ /opt/scripts/
COPY /icons/* /usr/share/novnc/app/images/icons/
#COPY /icons/* /usr/share/novnc/app/images/icons/
COPY /conf/ /etc/.fluxbox/
COPY /config/ /tmp/config/
#COPY /config/ /tmp/config/
RUN chmod -R 770 /opt/scripts/
EXPOSE 8080