Skip to content

Commit 445c533

Browse files
committed
Reverting Dockerfile (for now)
1 parent 51132ad commit 445c533

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

Dockerfile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
FROM synbiohub/docker-base-python:snapshot
22

3-
WORKDIR /app
4-
5-
COPY requirements.txt .
6-
7-
RUN pip install --no-cache-dir -r requirements.txt
8-
93
COPY . .
104

115
EXPOSE 5000
126

7+
RUN pip3 install -r requirements.txt
8+
139
ENV FLASK_APP=app.py
1410

15-
CMD ["waitress-serve", "--port=5000", "app:app"]
11+
CMD ["waitress-serve", "--port=5000", "app:app" ]

0 commit comments

Comments
 (0)