Update Dockerfile

This commit is contained in:
Matthias Mair 2024-07-22 09:58:52 +02:00 committed by GitHub
parent d3ec46c473
commit fbca4c0e59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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