mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-07 23:48:48 +08:00
chore: rollback Dockerfile
This commit is contained in:
parent
84f5c1e5d8
commit
9f34293c05
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user