mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 06:15:26 +00:00
Fix: WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (#1426)
This commit is contained in:
parent
83599aec23
commit
74b2bca9bf
@ -1,4 +1,4 @@
|
||||
FROM debian:bookworm-slim as bench
|
||||
FROM debian:bookworm-slim AS bench
|
||||
|
||||
LABEL author=frappé
|
||||
|
||||
@ -145,7 +145,7 @@ RUN wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh |
|
||||
|
||||
EXPOSE 8000-8005 9000-9005 6787
|
||||
|
||||
FROM bench as bench-test
|
||||
FROM bench AS bench-test
|
||||
|
||||
# Print version and verify bashrc is properly sourced so that everything works
|
||||
# in the interactive shell and Dockerfile
|
||||
|
@ -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
|
||||
|
||||
|
@ -115,7 +115,7 @@ RUN bench init \
|
||||
echo "{}" > sites/common_site_config.json && \
|
||||
find apps -mindepth 1 -path "*/.git" | xargs rm -fr
|
||||
|
||||
FROM base as erpnext
|
||||
FROM base AS erpnext
|
||||
|
||||
USER frappe
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user