Skip to content

Commit

Permalink
better deal with empty arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Sep 13, 2021
1 parent cd8ad21 commit 47ef9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vwsfriend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ ENV PYTHONUNBUFFERED=1

EXPOSE 4000

CMD vwsfriend --username ${WECONNECT_USER} --password ${WECONNECT_PASSWORD} --interval ${WECONNECT_INTERVAL} --database-url ${DATABASE_URL} --config-dir /config ${ADDITIONAL_PARAMETERS}
CMD vwsfriend --username=${WECONNECT_USER} --password=${WECONNECT_PASSWORD} --interval=${WECONNECT_INTERVAL} --database-url=${DATABASE_URL} --config-dir=/config ${ADDITIONAL_PARAMETERS}

0 comments on commit 47ef9fd

Please sign in to comment.