Correct run script

This commit is contained in:
Alexandre
2020-12-08 11:50:24 +01:00
committed by GitHub
parent feb92e4870
commit e18929cf74

View File

@@ -2,6 +2,6 @@ ARG BUILD_FROM
FROM $BUILD_FROM
# MOFIFY DATA PATH
RUN sed -i "s|config|data|g" /etc/services.d/doublecommander/run
RUN sed -i "s|config|data|g" /defaults/autostart
VOLUME [ "/data" ]