Skip to content

Commit

Permalink
Fix the dockerfile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEntangledAndy committed Apr 26, 2024
1 parent bd2adf8 commit 9d68338
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 @@ -81,7 +81,7 @@ COPY docker/entrypoint.sh /entrypoint.sh
RUN gst-inspect-1.0; \
chmod +x "/usr/local/bin/neolink" && \
"/usr/local/bin/neolink" --version && \
mkdir -m 0700 /root/.config/ && \
mkdir -m 0700 /root/.config/


ENV NEO_LINK_MODE="rtsp" NEO_LINK_PORT=8554
Expand Down

0 comments on commit 9d68338

Please sign in to comment.