mirror of
https://github.com/orhun/git-cliff.git
synced 2024-12-01 21:23:20 +03:00
chore(docker): remove user directive from Dockerfile
This commit is contained in:
parent
0e5a7b1dd5
commit
076fc8580a
@ -23,5 +23,4 @@ RUN rm -f target/release/deps/git_cliff*
|
||||
FROM debian:buster-slim as runner
|
||||
WORKDIR app
|
||||
COPY --from=builder /app/target/release/git-cliff /usr/local/bin
|
||||
USER nobody
|
||||
ENTRYPOINT ["git-cliff"]
|
||||
|
Loading…
Reference in New Issue
Block a user