diff --git a/Dockerfile b/Dockerfile index f1b5b35..ce642df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,6 @@ RUN uv pip install . --system ENV APP_ENV=production ENV PORT=5000 -EXPOSE ${PORT} ENV BIND=0.0.0.0 COPY --from=front-end /app/dist ./dist