Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach authored May 28, 2021
1 parent 7ace8ff commit 67bbaba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.5-alpine-alpine
FROM python:3.9.5-alpine

ENV USER=
ENV PASSWORD=
Expand All @@ -7,4 +7,4 @@ ENV ADDITIONAL_PARAMETERS=

RUN pip install weconnect-mqtt

CMD weconnect-mqtt --username ${USER} --password ${PASSWORD} --mqttbroker ${BROKER_ADDRESS} ${ADDITIONAL_PARAMETERS}
CMD weconnect-mqtt --username ${USER} --password ${PASSWORD} --mqttbroker ${BROKER_ADDRESS} ${ADDITIONAL_PARAMETERS}

0 comments on commit 67bbaba

Please sign in to comment.