Fix: WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (#1426)

This commit is contained in:
gp
2024-07-03 17:19:10 -04:00
committed by GitHub
parent 83599aec23
commit 74b2bca9bf
3 changed files with 4 additions and 4 deletions

View File

@@ -130,7 +130,7 @@ RUN export APP_INSTALL_ARGS="" && \
echo "{}" > sites/common_site_config.json && \
find apps -mindepth 1 -path "*/.git" | xargs rm -fr
FROM base as backend
FROM base AS backend
USER frappe