Browse Source

fix(docker): remove copying requirements.txt inside Dockerfile

pull/2/head
Marta Enina 4 years ago
parent
commit
ce62961bcf
  1. 1
      Dockerfile

1
Dockerfile

@ -1,5 +1,4 @@
FROM python:3.11-alpine
COPY requirements.txt /
RUN pip3 install flask gunicorn

Loading…
Cancel
Save