WillemVH commited on
Commit
19dd7ed
·
verified ·
1 Parent(s): 3a4bece

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -2,7 +2,6 @@ FROM python:3.9
2
  WORKDIR /app
3
  COPY requirements.txt .
4
  RUN pip install --no-cache-dir -r requirements.txt
5
- RUN @echo off
6
  RUN echo Hello! Welcome to this api thingy. this was made by WillemVH so no copying. okay?
7
  COPY . .
8
  CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]
 
2
  WORKDIR /app
3
  COPY requirements.txt .
4
  RUN pip install --no-cache-dir -r requirements.txt
 
5
  RUN echo Hello! Welcome to this api thingy. this was made by WillemVH so no copying. okay?
6
  COPY . .
7
  CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]