mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
Remove unnecessary WORKDIR (#1057)
This commit is contained in:
parent
ccb3117a38
commit
1962ac2eec
1 changed files with 0 additions and 2 deletions
|
|
@ -120,8 +120,6 @@ RUN export APP_INSTALL_ARGS="" && \
|
||||||
> sites/common_site_config.json && \
|
> sites/common_site_config.json && \
|
||||||
find apps -mindepth 1 -path "*/.git" | xargs rm -fr
|
find apps -mindepth 1 -path "*/.git" | xargs rm -fr
|
||||||
|
|
||||||
WORKDIR /home/frappe/frappe-bench
|
|
||||||
|
|
||||||
FROM base as backend
|
FROM base as backend
|
||||||
|
|
||||||
USER frappe
|
USER frappe
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue