mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
APK not APT
This commit is contained in:
parent
ff6b127f1b
commit
7683cc1aaa
@ -45,7 +45,7 @@ RUN python -m venv $INVENTREE_VENV && pip install --no-cache-dir -U psycopg2 mys
|
|||||||
RUN python -m venv $INVENTREE_VENV && pip install --no-cache-dir -U -r $INVENTREE_SRC_DIR/requirements.txt
|
RUN python -m venv $INVENTREE_VENV && pip install --no-cache-dir -U -r $INVENTREE_SRC_DIR/requirements.txt
|
||||||
|
|
||||||
# Install supervisor
|
# Install supervisor
|
||||||
RUN apt add --no-cache supervisor
|
RUN apk add --no-cache supervisor
|
||||||
|
|
||||||
# Create required directories
|
# Create required directories
|
||||||
RUN mkdir /home/inventree/media /home/inventree/static /home/inventree/log /home/inventree/backup
|
RUN mkdir /home/inventree/media /home/inventree/static /home/inventree/log /home/inventree/backup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user