Skip to content

Commit

Permalink
CMD command line syntax corrected.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersulyok committed Dec 12, 2024
1 parent e2548be commit d69df05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ EOT
WORKDIR /opt/smfc
ADD --chmod=755 src/smfc.py smfc.py

CMD /opt/smfc/smfc.py -c /opt/smfc/smfc.conf $SMFC_ARGS
CMD ["/opt/smfc/smfc.py", "-c", "/opt/smfc/smfc.conf", "${SMFC_ARGS}"]

0 comments on commit d69df05

Please sign in to comment.