srinidhidevaraj commited on
Commit
2baa0be
1 Parent(s): aaa3f3d

added book

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ COPY ./requirements.txt requirements.txt
24
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
25
  RUN apt update
26
  COPY . .
27
- CMD ["gunicorn", "-b", "0.0.0.0:7860", "main:app"]
28
  # COPY --chown=user . /app
29
 
30
  # EXPOSE 5000
 
24
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
25
  RUN apt update
26
  COPY . .
27
+ CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
28
  # COPY --chown=user . /app
29
 
30
  # EXPOSE 5000