mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
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
|
COPY tasks.py ${INVENTREE_HOME}/tasks.py
|
||||||
RUN cd ${INVENTREE_HOME}/InvenTree && inv frontend-compile
|
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
|
RUN chmod +x ${INVENTREE_HOME}/execute.sh
|
||||||
|
|
||||||
COPY db_version ${INVENTREE_HOME}/db_version
|
COPY db_version ${INVENTREE_HOME}/db_version
|
||||||
|
Loading…
Reference in New Issue
Block a user