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 e4004e6 commit ec2e4c5Copy full SHA for ec2e4c5
Dockerfile
@@ -1 +1,5 @@
1
FROM swift:latest
2
+
3
+COPY . /lambda
4
+RUN cd /lambda/Example; swift build -c release
5
+RUN cp /lambda/Example/.build/x86_64-unknown-linux/release/Example /lambda/Example/.build/x86_64-unknown-linux/release/bootstrap
0 commit comments