Skip to content

Commit

Permalink
Update Dockerfile.alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
radowitz authored Sep 11, 2023
1 parent 6403e2a commit 1d0308a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM alpine:latest
COPY target/x86_64-unknown-linux-musl/release/realm /usr/bin
RUN chmod +x /usr/bin/realm

ENTRYPOINT ["/usr/bin/realm"]
ENTRYPOINT ["/usr/bin/realm", "-c", "/root/realm.toml"]

0 comments on commit 1d0308a

Please sign in to comment.