mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
Fix
This commit is contained in:
parent
ab57fd3b76
commit
1a7b6e2613
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@ -7,7 +7,7 @@ on: ["push", "pull_request"]
|
|||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubtun-latest
|
runs-on: ubtunu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -40,6 +40,9 @@ RUN python -m venv $INVENTREE_VENV && pip install --no-cache-dir -U -r $INVENTRE
|
|||||||
# Install supervisor
|
# Install supervisor
|
||||||
RUN apt add --no-cache supervisor
|
RUN apt add --no-cache supervisor
|
||||||
|
|
||||||
|
# Create required directories
|
||||||
|
RUN mkdir /home/inventree/media /home/inventree/static /home/inventree/log /home/inventree/backup
|
||||||
|
|
||||||
# Copy supervisor file
|
# Copy supervisor file
|
||||||
COPY deploy/inventree.conf /etc/supervisor/conf.d/inventree.conf
|
COPY deploy/inventree.conf /etc/supervisor/conf.d/inventree.conf
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user