one port
Build and Push Docker Images / build-and-push (push) Successful in 32s

This commit is contained in:
2025-08-21 13:13:47 +02:00
parent c27a2e542a
commit c2b01c14ed
2 changed files with 6 additions and 10 deletions
+1 -2
View File
@@ -21,11 +21,10 @@ RUN chown -R nodejs:nodejs /app
USER nodejs
# Expose ports
EXPOSE 3000 8080
EXPOSE 3000
# Set default environment variables
ENV WS_PORT=3000
ENV API_PORT=8080
ENV API_KEY=default-api-key-change-me
# Health check