build(docker/frontend): fix frontend dependency prebuild
This commit is contained in:
parent
e6bc5b5445
commit
b9153c0767
@ -26,7 +26,7 @@ ENV HOME=${PROJECT_DIR}
|
||||
|
||||
#RUN make node_modules IN_CONTAINER=true
|
||||
#RUN make well-known IN_CONTAINER=true
|
||||
RUN make -- --frontend-dependencies
|
||||
RUN make -- static
|
||||
|
||||
ENV FRADRIVE_MAKE_TARGET=watch-frontend
|
||||
ENTRYPOINT make -- ${FRADRIVE_MAKE_TARGET} IN_CONTAINER=true CHROME_BIN=${CHROME_BIN}
|
||||
|
||||
Reference in New Issue
Block a user