Skip to content
Snippets Groups Projects
Commit 858b6905 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

run

parent af2e1ae9
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ RUN set -ex \ ...@@ -16,7 +16,7 @@ RUN set -ex \
&& apt-get install --no-install-suggests --no-install-recommends -y rsync curl \ && apt-get install --no-install-suggests --no-install-recommends -y rsync curl \
&& apt-get clean -y \ && apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
&& RUN mkdir -m 02775 /sync && chown 65533:65533 /sync && mkdir -m 02775 /sync && chown 65533:65533 /sync
COPY rsync-sync* / COPY rsync-sync* /
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment