Skip to content

Commit

Permalink
Don't call modem stats through a shell
Browse files Browse the repository at this point in the history
  • Loading branch information
msh100 committed Apr 8, 2024
1 parent 4dd42fe commit 958fc95
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 @@ -3,4 +3,4 @@ FROM scratch
ARG OBJECT_SUFFIX=''
ADD "output/modem-stats${OBJECT_SUFFIX}.x86" /modem-stats

ENTRYPOINT /modem-stats --port=9090
ENTRYPOINT ["/modem-stats", "--port=9090"]

0 comments on commit 958fc95

Please sign in to comment.