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 0985a79 commit 60c8d4aCopy full SHA for 60c8d4a
deploy/Dockerfile
@@ -0,0 +1,7 @@
1
+FROM kishikawakatsumi/swift-ast-explorer.com:latest
2
+
3
+EXPOSE $PORT
4
5
+ENTRYPOINT ["./App"]
6
+CMD ["serve", "--env", "production", "--hostname", "0.0.0.0"]
7
0 commit comments