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 8a84d0a commit 32da82eCopy full SHA for 32da82e
Dockerfile
@@ -21,7 +21,7 @@ COPY .build/$SWIFT_CONFIGURATION/$EXEC_NAME ./
21
RUN cp "/usr/libexec/swift/linux/swift-backtrace-static" ./
22
23
# Copy resources bundled by SPM to staging area
24
-RUN find -L "$(swift build --package-path /build -c release --show-bin-path)/" -regex '.*\.resources$' -exec cp -Ra {} ./ \;
+RUN find -L ".build/$SWIFT_CONFIGURATION/" -regex '.*\.resources$' -exec cp -Ra {} ./ \;
25
26
# ================================
27
# Run image
0 commit comments