mirror of
https://github.com/willfarrell/docker-crontab.git
synced 2025-04-06 15:05:10 +02:00
fix: use docker user.
This commit is contained in:
parent
a72e84783e
commit
5172ed0b21
@ -51,6 +51,8 @@ RUN apk update --quiet && \
|
||||
rm -rf /etc/periodic /etc/crontabs/root && \
|
||||
adduser -S docker -D
|
||||
|
||||
USER docker
|
||||
|
||||
COPY --from=builder /usr/bin/rq/rq /usr/local/bin
|
||||
COPY entrypoint.sh /
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user