Browse Source

️ dockerfile added

dependabot/pip/requirements/sqlalchemy-1.3.0
MTLantoine 6 years ago
parent
commit
f6a53fc3ad
  1. 0
      .circleci/config.yml
  2. 11
      Dockerfile

0
.circleci/config.yml

11
Dockerfile

@ -0,0 +1,11 @@
FROM python:3.9.1
COPY . /app
WORKDIR /app
RUN pip install -r requirements/dev.txt
ENV FLASK_APP=autoapp.py
CMD python autoapp.py
Loading…
Cancel
Save