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