Fix health check

This commit is contained in:
Gabriel Augendre 2020-08-17 08:52:11 +02:00
parent af213858eb
commit 1761cd42df

View file

@ -1,5 +1,6 @@
FROM python:3.8.5-slim
RUN apt-get update && apt-get install -y curl
RUN mkdir /app && mkdir /db
WORKDIR /app
COPY requirements.txt ./