ci(docker/frontend): pre-make frontend dependencies on image build
This commit is contained in:
parent
79956e7af9
commit
3197c4700f
@ -21,5 +21,8 @@ ARG PROJECT_DIR=/fradrive
|
||||
WORKDIR ${PROJECT_DIR}
|
||||
ENV HOME=${PROJECT_DIR}
|
||||
|
||||
RUN make node_modules
|
||||
RUN make well-known
|
||||
|
||||
ENV FRADRIVE_MAKE_TARGET=frontend-watch
|
||||
ENTRYPOINT make -- ${FRADRIVE_MAKE_TARGET} CHROME_BIN=${CHROME_BIN}
|
||||
Reference in New Issue
Block a user