Skip to content

Commit 32da82e

Browse files
committed
Update Dockerfile
1 parent 8a84d0a commit 32da82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ COPY .build/$SWIFT_CONFIGURATION/$EXEC_NAME ./
2121
RUN cp "/usr/libexec/swift/linux/swift-backtrace-static" ./
2222

2323
# 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 {} ./ \;
24+
RUN find -L ".build/$SWIFT_CONFIGURATION/" -regex '.*\.resources$' -exec cp -Ra {} ./ \;
2525

2626
# ================================
2727
# Run image

0 commit comments

Comments
 (0)