kopia lustrzana https://github.com/OpenDroneMap/WebODM
Split-up webpack and collectstatic commands
rodzic
ee961ef069
commit
b185c77584
|
@ -33,6 +33,9 @@ WORKDIR /webodm/nodeodm/external/node-OpenDroneMap
|
|||
RUN npm install
|
||||
|
||||
WORKDIR /webodm
|
||||
RUN npm install -g webpack && npm install && webpack && python manage.py collectstatic --noinput
|
||||
RUN npm install -g webpack
|
||||
RUN npm install
|
||||
RUN webpack
|
||||
RUN python manage.py collectstatic --noinput
|
||||
|
||||
VOLUME /webodm/app/media
|
||||
|
|
Ładowanie…
Reference in New Issue