Skip to content

Commit 60c8d4a

Browse files
Add web app docker container
1 parent 0985a79 commit 60c8d4a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

deploy/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)