Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -49,6 +49,6 @@ RUN pip install "tts-webui-extension.styletts2>=0.1.0" --extra-index-url https:/
|
|
| 49 |
# SQLite is included with Python, no additional setup needed
|
| 50 |
# Build the React UI
|
| 51 |
RUN cd react-ui && npm install && npm run build
|
| 52 |
-
|
| 53 |
# Run the server
|
| 54 |
CMD python3 server.py --docker
|
|
|
|
| 49 |
# SQLite is included with Python, no additional setup needed
|
| 50 |
# Build the React UI
|
| 51 |
RUN cd react-ui && npm install && npm run build
|
| 52 |
+
EXPOSE 3000
|
| 53 |
# Run the server
|
| 54 |
CMD python3 server.py --docker
|