This commit is contained in:
Wolfgang Hottgenroth 2024-01-30 14:59:46 +01:00
parent 938562b9d8
commit cc3a6381d5
Signed by: wn
GPG Key ID: 836E9E1192A6B132

View File

@ -7,7 +7,9 @@ COPY start.sh ${APP_DIR}/
WORKDIR ${APP_DIR}
RUN pip install -r requirements.txt
RUN \
apk add --no-cache build-base libpq-dev && \
pip install -r requirements.txt
EXPOSE 8080