Fix health check
This commit is contained in:
parent
af213858eb
commit
1761cd42df
1 changed files with 1 additions and 0 deletions
|
@ -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 ./
|
||||
|
|
Reference in a new issue