Skip to content

Commit 51ea7fa

Browse files
committed
[DOP-30579] Fix worker Dockerfile
1 parent de19325 commit 51ea7fa

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
@@ -60,7 +60,7 @@ RUN --mount=type=bind,source=./syncmaster/worker/ivy2.py,target=/app/syncmaster/
6060
python /app/docker/download_ivy2_packages.py mssql && \
6161
python /app/docker/download_ivy2_packages.py mysql && \
6262
mkdir -p /home/syncmaster/.ivy2/ && \
63-
cp --recursive /root/.ivy2/* /home/syncmaster/.ivy2/ && \
63+
cp --recursive /root/.ivy2/* /home/syncmaster/.ivy2/
6464
# if someone uses custom worker image, they should download jars on their own
6565

6666

0 commit comments

Comments
 (0)