We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321e0f7 commit 5ba58a5Copy full SHA for 5ba58a5
docker/Dockerfile.worker
@@ -79,7 +79,7 @@ COPY --from=builder /app/.venv/ /app/.venv/
79
COPY --from=ivy2_packages --chown=syncmaster:syncmaster /home/syncmaster/.ivy2/ /home/syncmaster/.ivy2/
80
# If someone needs to use worker image with root user, use the same jars
81
RUN mkdir -p /root && \
82
- ln -s /home/syncmaster/.ivy2/ /root/.ivy2/
+ ln -s /home/syncmaster/.ivy2 /root/.ivy2
83
84
COPY ./syncmaster/ /app/syncmaster/
85
RUN python -m compileall syncmaster
0 commit comments