Added persistent volumes
All checks were successful
ci/woodpecker/release/woodpecker Pipeline was successful

This commit is contained in:
GeorgeWebberley 2026-02-04 16:19:28 +01:00
parent af4fde1c18
commit 12390ed47d
2 changed files with 3 additions and 0 deletions

View file

@ -19,6 +19,7 @@ RUN pip install "pandas-flavor==0.2.0" "pingouin==0.3.8"
# 5. Remaining Pipenv app
COPY Pipfile Pipfile.lock ./
RUN pip install pipenv && pipenv install --system --skip-lock
RUN mkdir -p /app/site/surveyapp/uploads
COPY . .

View file

@ -13,6 +13,8 @@ services:
- PYTHONUNBUFFERED=1
networks:
- web_traffic
volumes:
- ./uploads:/app/site/surveyapp/uploads
networks:
web_traffic: