move execute skript
This commit is contained in:
parent
65f6a51260
commit
c7fae4c8e8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue