update dev

This commit is contained in:
2025-04-25 14:43:13 +07:00
parent be13b428f1
commit dfdf5c887d
5 changed files with 26 additions and 26 deletions

No files matched your search

+1 -1
View File
@@ -24,5 +24,5 @@ WORKDIR /root/
COPY --from=builder /app/main .
COPY --from=builder /app/.env .
EXPOSE 8080
EXPOSE 8082
CMD ["./main"]