Spaces:
Running
Running
zach
commited on
Commit
·
13d6ba9
1
Parent(s):
347ada6
Fix other typo in Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -34,7 +34,7 @@ RUN uv sync
|
|
| 34 |
# Copy the remaining project files into the container
|
| 35 |
COPY . .
|
| 36 |
|
| 37 |
-
# Document the port used by Gradio
|
| 38 |
# - This does not actually expose the port, it is just metadata for users
|
| 39 |
# - To actually expose the port, use `docker run -p 7860:7860 <image>`
|
| 40 |
EXPOSE 7860
|
|
|
|
| 34 |
# Copy the remaining project files into the container
|
| 35 |
COPY . .
|
| 36 |
|
| 37 |
+
# Document the port used by Gradio
|
| 38 |
# - This does not actually expose the port, it is just metadata for users
|
| 39 |
# - To actually expose the port, use `docker run -p 7860:7860 <image>`
|
| 40 |
EXPOSE 7860
|