Spaces:
Runtime error
Runtime error
fschwartzer
commited on
Commit
•
9917e17
1
Parent(s):
dbcc557
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ COPY . /app
|
|
11 |
RUN pip install --no-cache-dir -r requirements.txt
|
12 |
|
13 |
# Make port 8000 available to the world outside this container
|
14 |
-
EXPOSE
|
15 |
|
16 |
# Define environment variable
|
17 |
ENV NAME World
|
|
|
11 |
RUN pip install --no-cache-dir -r requirements.txt
|
12 |
|
13 |
# Make port 8000 available to the world outside this container
|
14 |
+
EXPOSE 5000
|
15 |
|
16 |
# Define environment variable
|
17 |
ENV NAME World
|