Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -8,6 +8,6 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
-
EXPOSE
|
12 |
|
13 |
-
CMD ["shiny", "run", "app.py", "--host", "0.0.0.0", "--port", "
|
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
+
EXPOSE 3000
|
12 |
|
13 |
+
CMD ["shiny", "run", "app.py", "--host", "0.0.0.0", "--port", "3000"]
|