chore: rollback Dockerfile

This commit is contained in:
kevin.zhang 2024-05-09 11:17:02 +08:00
parent 84f5c1e5d8
commit 9f34293c05

View File

@ -34,9 +34,12 @@ RUN if [ "$IMAGE_TYPE" != "elite" ]; then \
fi
# Copy the rest of the application
COPY . /workspace
# Copy the rest of the application
COPY . /workspace
EXPOSE 9871 9872 9873 9874 9880
CMD ["python", "api_v3.py"]
CMD ["python", "webui.py"]