fix: remove uselesse EXPOSE
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user