Skip to content

Commit b598c63

Browse files
committed
Log Docker upload file error workaround
1 parent f7c1855 commit b598c63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/dependencies/scripts/docker_upload_runner.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ if [ -n "$ABSOLUTE_LINKS" ]; then
8686
echo "ERROR: Found symbolic links with absolute paths in the build context:"
8787
echo "$ABSOLUTE_LINKS"
8888
echo "Docker cannot follow absolute paths outside of the build context, which can cause 'failed to compute cache key' errors."
89-
echo "Please remove these links or convert them to relative paths before building the Docker image."
90-
echo "Alternatively, run the command again from a clean, empty directory to bypass your local file state entirely."
89+
echo "Please remove these links or add the files to .dockerignore before building the Docker image."
90+
echo "Do not include the ./ file prefix in .dockerignore"
9191
exit 1
9292
fi
9393

0 commit comments

Comments
 (0)