Added persistent volumes
All checks were successful
ci/woodpecker/release/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/release/woodpecker Pipeline was successful
This commit is contained in:
parent
af4fde1c18
commit
12390ed47d
|
|
@ -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 . .
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,8 @@ services:
|
|||
- PYTHONUNBUFFERED=1
|
||||
networks:
|
||||
- web_traffic
|
||||
volumes:
|
||||
- ./uploads:/app/site/surveyapp/uploads
|
||||
|
||||
networks:
|
||||
web_traffic:
|
||||
|
|
|
|||
Loading…
Reference in a new issue