move execute skript

This commit is contained in:
Matthias Mair 2024-02-20 00:26:49 +01:00
parent 65f6a51260
commit c7fae4c8e8
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
2 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ COPY src ${INVENTREE_HOME}/src
COPY tasks.py ${INVENTREE_HOME}/tasks.py
RUN cd ${INVENTREE_HOME}/InvenTree && inv frontend-compile
COPY execute.sh ${INVENTREE_HOME}/execute.sh
COPY docker/execute.sh ${INVENTREE_HOME}/execute.sh
RUN chmod +x ${INVENTREE_HOME}/execute.sh
COPY db_version ${INVENTREE_HOME}/db_version