We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c06f9c commit cd7f8c7Copy full SHA for cd7f8c7
3 files changed
Dockerfile
@@ -34,8 +34,5 @@ FROM debian:stable-slim
34
COPY --from=build /up-subscription-rust/target/dist/up-subscription-cli .
35
RUN chmod +x /up-subscription-cli
36
37
-ADD tools/startup.sh /
38
-RUN chmod +x /startup.sh
39
-
40
# set the startup command to run your binary
41
-ENTRYPOINT ["/startup.sh"]
+ENTRYPOINT ["/up-subscription-cli"]
docker-compose.yaml
@@ -23,6 +23,6 @@ services:
23
- AUTHORITY=usubscription.local
24
- TRANSPORT=zenoh
25
- VERBOSE=true
26
27
-# - SUBSCRIPTION_BUFFER=1024
28
-# - NOTIFICATION_BUFFER=1024
+ # - SUBSCRIPTION_BUFFER=1024
+ # - NOTIFICATION_BUFFER=1024
+ # command: ["mqtt5"]
tools/startup.sh
0 commit comments