diff --git a/Dockerfile b/Dockerfile index 3391a7a..f4c6624 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,8 @@ RUN cargo build --release FROM alpine:latest COPY --from=builder /volume/target/x86_64-unknown-linux-musl/release/hass-wol /app/hass-wol VOLUME /data -CMD ["/app/hass-wol", "/config.toml", "/data"] \ No newline at end of file + +CMD ["/app/hass-wol", "/config.toml", "/data"] +# Should probably change to this +# ENTRYPOINT ["/app/hass-wol"] +# CMD ["/config.toml", "/data"] \ No newline at end of file