Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -23,7 +23,7 @@ COPY . .
|
|
| 23 |
RUN pip install --no-cache-dir -e .[api]
|
| 24 |
|
| 25 |
# Expose port
|
| 26 |
-
EXPOSE
|
| 27 |
|
| 28 |
# Create non-root user
|
| 29 |
RUN useradd --create-home --shell /bin/bash app \
|
|
|
|
| 23 |
RUN pip install --no-cache-dir -e .[api]
|
| 24 |
|
| 25 |
# Expose port
|
| 26 |
+
EXPOSE 7860
|
| 27 |
|
| 28 |
# Create non-root user
|
| 29 |
RUN useradd --create-home --shell /bin/bash app \
|