fix: remove uselesse EXPOSE

This commit is contained in:
2026-07-14 17:37:22 +02:00
parent 105a879948
commit 29cdf7bb7e
-1
View File
@@ -25,7 +25,6 @@ RUN uv pip install . --system
ENV APP_ENV=production ENV APP_ENV=production
ENV PORT=5000 ENV PORT=5000
EXPOSE ${PORT}
ENV BIND=0.0.0.0 ENV BIND=0.0.0.0
COPY --from=front-end /app/dist ./dist COPY --from=front-end /app/dist ./dist