grim/wasdead

Parents b05edb50a737
Children eb431873f7e8
The run command is now the default command so we no longer need to specify it
  • +1 -1
    Dockerfile
  • --- a/Dockerfile Sat Sep 26 04:41:02 2020 -0500
    +++ b/Dockerfile Sat Sep 26 04:50:23 2020 -0500
    @@ -17,4 +17,4 @@
    COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
    COPY --from=build /wasdead/wasdead /wasdead
    -CMD ["/wasdead", "run"]
    +CMD ["/wasdead"]