SarahXia0405 commited on
Commit
52c5789
·
verified ·
1 Parent(s): 967f8b2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -28,5 +28,4 @@ COPY --from=web_builder /web/build /app/web/build
28
  # ---- Run API (serves web build too) ----
29
  ENV PORT=7860
30
  EXPOSE 7860
31
- CMD ["uvicorn", "api.server:app", "--host", "0.0.0.0", "--port", "7860"]
32
- ---
 
28
  # ---- Run API (serves web build too) ----
29
  ENV PORT=7860
30
  EXPOSE 7860
31
+ CMD ["uvicorn", "api.server:app", "--host", "0.0.0.0", "--port", "7860"]