Skip to content

Commit 5ba58a5

Browse files
committed
[DOP-30579] Fix worker Dockerfile
1 parent 321e0f7 commit 5ba58a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.worker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ COPY --from=builder /app/.venv/ /app/.venv/
7979
COPY --from=ivy2_packages --chown=syncmaster:syncmaster /home/syncmaster/.ivy2/ /home/syncmaster/.ivy2/
8080
# If someone needs to use worker image with root user, use the same jars
8181
RUN mkdir -p /root && \
82-
ln -s /home/syncmaster/.ivy2/ /root/.ivy2/
82+
ln -s /home/syncmaster/.ivy2 /root/.ivy2
8383

8484
COPY ./syncmaster/ /app/syncmaster/
8585
RUN python -m compileall syncmaster

0 commit comments

Comments
 (0)