2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-18 18:19:02 +00:00

Remove unnecessary WORKDIR (#1057)

This commit is contained in:
Salah Aldin Fateh 2023-01-25 14:57:30 +03:00 committed by GitHub
parent ccb3117a38
commit 1962ac2eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,8 +120,6 @@ RUN export APP_INSTALL_ARGS="" && \
> sites/common_site_config.json && \
find apps -mindepth 1 -path "*/.git" | xargs rm -fr
WORKDIR /home/frappe/frappe-bench
FROM base as backend
USER frappe