amaye15 commited on
Commit
57adffe
·
1 Parent(s): 03c0888
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -132,5 +132,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
132
  # Expose port
133
  EXPOSE 8000 11235 9222 8080
134
 
 
 
135
  # Start the FastAPI server
136
  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
136
+
137
  # Start the FastAPI server
138
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "11235"]