amaye15 commited on
Commit
82079c3
·
1 Parent(s): 57adffe
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -132,7 +132,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
132
  # Expose port
133
  EXPOSE 8000 11235 9222 8080
134
 
135
- RUN python setup.py
136
 
137
  # Start the FastAPI server
138
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "11235"]
 
132
  # Expose port
133
  EXPOSE 8000 11235 9222 8080
134
 
135
+ RUN python setup.py install
136
 
137
  # Start the FastAPI server
138
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "11235"]