Use PORT instead of UPAAS_PORT for listen port

This commit is contained in:
2025-12-29 16:15:05 +07:00
parent 0f2df60c58
commit 219a561473
4 changed files with 5 additions and 4 deletions

View File

@@ -32,7 +32,6 @@ COPY --from=builder /src/bin/upaasd /app/upaasd
RUN mkdir -p /var/lib/upaas
ENV UPAAS_DATA_DIR=/var/lib/upaas
ENV UPAAS_PORT=8080
EXPOSE 8080