fix: expose port fix to 38080

This commit is contained in:
2023-10-22 01:49:37 +08:00
parent 873e8dfd2b
commit 06ed1f232d
4 changed files with 5 additions and 5 deletions

View File

@@ -9,5 +9,5 @@ COPY . /app
COPY --from=0 dist /app/webui/dist
RUN go mod tidy && go build .
EXPOSE 38081
EXPOSE 38080
ENTRYPOINT [ "./pastebin", "api" ]