Fix: WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (#1426)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user