File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,8 @@ USER root:root
66RUN mkdir -p /code && chown ${DEVBOX_USER}:${DEVBOX_USER} /code
77USER ${DEVBOX_USER}:${DEVBOX_USER}
88
9- COPY --chown=${DEVBOX_USER}:${DEVBOX_USER} 3rdparty ./3rdparty
10- COPY --chown=${DEVBOX_USER}:${DEVBOX_USER} plugins ./plugins
11-
129COPY --chown=${DEVBOX_USER}:${DEVBOX_USER} devbox.json devbox.json
1310COPY --chown=${DEVBOX_USER}:${DEVBOX_USER} devbox.lock devbox.lock
14- COPY --chown=${DEVBOX_USER}:${DEVBOX_USER} Pipfile Pipfile$
15- COPY --chown=${DEVBOX_USER}:${DEVBOX_USER} Pipfile.lock Pipfile.lock
16- COPY --chown=${DEVBOX_USER}:${DEVBOX_USER} Taskfile.yaml Taskfile.yaml
1711
1812RUN devbox run -- echo "Installed Packages."
1913RUN devbox shellenv --init-hook >> ~/.profile
Original file line number Diff line number Diff line change 44 check-and-install-deps :
55 desc : " Check and install dependencies"
66 cmds :
7- - pipenv run which mkdocs && pipenv install --dev || true
7+ - pipenv run which mkdocs &> /dev/null || pipenv install --dev
88 internal : true
99
1010 serve :
You can’t perform that action at this time.
0 commit comments