chore: hoppscotch-app supports std http ports

This commit is contained in:
Balu Babu
2023-11-13 01:42:23 +05:30
parent 64517a53af
commit 28059ddc60
4 changed files with 10 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
:8080 {
:80 :3000 {
try_files {path} /
root * /site
file_server

View File

@@ -18,4 +18,5 @@ WORKDIR /site
COPY packages/hoppscotch-selfhost-web/Caddyfile /etc/caddy/Caddyfile
COPY --from=builder /usr/src/app/packages/hoppscotch-selfhost-web/dist/ .
EXPOSE 8080
EXPOSE 80
EXPOSE 3000