aagoluoglu commited on
Commit
d37a825
·
verified ·
1 Parent(s): e3505c2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 7860
12
 
13
- CMD ["shiny", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]
 
8
 
9
  COPY . .
10
 
11
+ EXPOSE 3000
12
 
13
+ CMD ["shiny", "run", "app.py", "--host", "0.0.0.0", "--port", "3000"]