chore: reverted old services to old ports

This commit is contained in:
Balu Babu
2023-11-14 04:49:45 +05:30
parent a501282f2b
commit a134e20cdf
7 changed files with 21 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
:8080 {
try_files {path} /
root * /site
file_server
}

View File

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