|
@@ -9,6 +9,7 @@ COPY entrypoint.sh /usr/bin/entrypoint.sh
|
|
|
|
|
|
|
|
|
|
RUN tar xf /app/soft/sersync.tar.gz -C /app/soft \
|
|
RUN tar xf /app/soft/sersync.tar.gz -C /app/soft \
|
|
|
|
+ && rm -f /app/soft/sersync.tar.gz \
|
|
&& chmod 600 /etc/rsync.pass \
|
|
&& chmod 600 /etc/rsync.pass \
|
|
&& chmod +x /usr/bin/entrypoint.sh \
|
|
&& chmod +x /usr/bin/entrypoint.sh \
|
|
&& cd /app \
|
|
&& cd /app \
|