Spaces:
Paused
Paused
Expose to 7860
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,7 +14,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 14 |
COPY . .
|
| 15 |
|
| 16 |
# Expose the port your app will run on (e.g., if it's an API)
|
| 17 |
-
EXPOSE
|
| 18 |
|
| 19 |
# Define the command to run your application
|
| 20 |
# This assumes your main script is named "app.py"
|
|
|
|
| 14 |
COPY . .
|
| 15 |
|
| 16 |
# Expose the port your app will run on (e.g., if it's an API)
|
| 17 |
+
EXPOSE 7860
|
| 18 |
|
| 19 |
# Define the command to run your application
|
| 20 |
# This assumes your main script is named "app.py"
|