Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -11,7 +11,6 @@ COPY . /app
|
|
11 |
RUN pip install holehe flask requests # Adjust as needed
|
12 |
|
13 |
# Expose a port for the web app
|
14 |
-
EXPOSE
|
15 |
-
|
16 |
# Command to run the web app
|
17 |
CMD ["python", "app.py"]
|
|
|
11 |
RUN pip install holehe flask requests # Adjust as needed
|
12 |
|
13 |
# Expose a port for the web app
|
14 |
+
EXPOSE 7860
|
|
|
15 |
# Command to run the web app
|
16 |
CMD ["python", "app.py"]
|