Update: Docker test

This commit is contained in:
Yûki VACHOT 2022-01-18 17:59:00 +01:00
parent 0d6fde6aba
commit ad6c6fbd76
3 changed files with 39 additions and 23 deletions

View file

@ -3,5 +3,4 @@ WORKDIR /data/backend
COPY requirements.txt requirements.txt
RUN pip install --upgrade pip
RUN pip install -r requirements.txt
COPY . .
CMD [ "python", "-m" , "flask", "run", "--host=0.0.0.0"]
COPY . .