We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9201ce commit a0002b6Copy full SHA for a0002b6
1 file changed
dockerfiles/java.Dockerfile
@@ -34,6 +34,7 @@ ARG SDK_DIR=.gitignore
34
COPY ${SDK_DIR} ./repo
35
36
# Copy the worker files
37
+COPY workers/proto ./workers/proto
38
COPY workers/java ./workers/java
39
40
# Download Gradle using wrapper to cache it in build layer
0 commit comments