Former-commit-id: dfe3d4ee82
NewTools
Kye 2 years ago
parent a33ab1fd03
commit 582c045577

@ -47,4 +47,5 @@ COPY . .
EXPOSE ${EVAL_PORT}
# Run example.py when the container launches
CMD ["python", "example.py"]
# Run the application
CMD ["python3.10", "-m", "api.main", "serve"]

Loading…
Cancel
Save