WillemVH commited on
Commit
f00a231
·
verified ·
1 Parent(s): a874d9d

Rename Dockerfile.txt to Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile.txt → Dockerfile +0 -1
Dockerfile.txt → Dockerfile RENAMED
@@ -2,6 +2,5 @@ FROM python:3.9
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"]
 
2
  WORKDIR /app
3
  COPY requirements.txt .
4
  RUN pip install --no-cache-dir -r requirements.txt
 
5
  COPY . .
6
  CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]