fix ports
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m19s

This commit is contained in:
Smile Rex
2026-01-26 18:37:23 +03:00
parent a407536ec6
commit 50ac188fa0
2 changed files with 1 additions and 18 deletions

View File

@@ -18,5 +18,5 @@ WORKDIR /app
RUN apk add --no-cache ca-certificates
COPY --from=server_builder /app/main ./main
COPY --from=server_builder /app/build ./build
EXPOSE 8181
EXPOSE 3000
CMD ["./main"]