Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -14,6 +14,7 @@ RUN git clone https://github.com/pvanand07/flask-web-server-with-auth.git .
|
|
| 14 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 15 |
|
| 16 |
# Expose the port the app runs on
|
|
|
|
| 17 |
EXPOSE 5000
|
| 18 |
|
| 19 |
# Run the application
|
|
|
|
| 14 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 15 |
|
| 16 |
# Expose the port the app runs on
|
| 17 |
+
# Required: Update port number on Readme.md
|
| 18 |
EXPOSE 5000
|
| 19 |
|
| 20 |
# Run the application
|