Dockerfile: Fix echo
This commit is contained in:
parent
1802fee053
commit
55e021391d
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ RUN bin/wee_extension --install /tmp/weewx-interceptor.zip &&\
|
||||||
COPY entrypoint.sh ./
|
COPY entrypoint.sh ./
|
||||||
COPY --chown=weewx:weewx user/ ./bin/user/
|
COPY --chown=weewx:weewx user/ ./bin/user/
|
||||||
|
|
||||||
RUN "echo 'Default Configuration:'" &&\
|
RUN echo 'Default Configuration:' &&\
|
||||||
cat ${WEEWX_HOME}/weewx.conf
|
cat ${WEEWX_HOME}/weewx.conf
|
||||||
|
|
||||||
FROM python:3.10.5-slim-bullseye as final
|
FROM python:3.10.5-slim-bullseye as final
|
||||||
|
|
Reference in a new issue