mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 02:55:41 +00:00
Revert location of init.sh for Dockerfile
This commit is contained in:
@ -110,8 +110,7 @@ RUN pip3 install --user --no-cache-dir --disable-pip-version-check -r ${INVENTRE
|
|||||||
WORKDIR ${INVENTREE_MNG_DIR}
|
WORKDIR ${INVENTREE_MNG_DIR}
|
||||||
|
|
||||||
# Server init entrypoint
|
# Server init entrypoint
|
||||||
COPY init.sh ${INVENTREE_HOME}/init.sh
|
ENTRYPOINT ["/bin/bash", "../docker/init.sh"]
|
||||||
ENTRYPOINT ["/bin/bash", "${INVENTREE_HOME}/init.sh"]
|
|
||||||
|
|
||||||
# Launch the production server
|
# Launch the production server
|
||||||
# TODO: Work out why environment variables cannot be interpolated in this command
|
# TODO: Work out why environment variables cannot be interpolated in this command
|
||||||
|
Reference in New Issue
Block a user