Skip to content

Commit

Permalink
Quote the CMD var
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEntangledAndy committed Apr 26, 2024
1 parent 9d68338 commit a8b93a4
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 @@ -86,6 +86,6 @@ RUN gst-inspect-1.0; \

ENV NEO_LINK_MODE="rtsp" NEO_LINK_PORT=8554

CMD /usr/local/bin/neolink ${NEO_LINK_MODE} --config /etc/neolink.toml
CMD /usr/local/bin/neolink "${NEO_LINK_MODE}" --config /etc/neolink.toml
ENTRYPOINT ["/entrypoint.sh"]
EXPOSE ${NEO_LINK_PORT}

0 comments on commit a8b93a4

Please sign in to comment.