Archived
1
0
Fork 0

Dockerfile: Fix echo

This commit is contained in:
Daniel Kempkens 2022-07-21 22:13:47 +02:00
parent 1802fee053
commit 55e021391d

View file

@ -52,7 +52,7 @@ RUN bin/wee_extension --install /tmp/weewx-interceptor.zip &&\
COPY entrypoint.sh ./
COPY --chown=weewx:weewx user/ ./bin/user/
RUN "echo 'Default Configuration:'" &&\
RUN echo 'Default Configuration:' &&\
cat ${WEEWX_HOME}/weewx.conf
FROM python:3.10.5-slim-bullseye as final