1
1
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:
orhun 2021-06-18 02:20:08 +03:00
parent 0e5a7b1dd5
commit 076fc8580a
No known key found for this signature in database
GPG Key ID: B928720AEC532117

View File

@ -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"]