mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-22 03:13:33 +01:00
Removed ntfy user account from arm dockerfile. Unable to reproduce build issue locally on ubuntu 22.04 based server.
This commit is contained in:
parent
5d2351a13a
commit
e5b2c37c44
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@ LABEL org.opencontainers.image.description="Send push notifications to your phon
|
|||
# Alpine does not support adding "tzdata" on ARM anymore, see
|
||||
# https://github.com/binwiederhier/ntfy/issues/894
|
||||
|
||||
RUN /usr/sbin/adduser -D -u 10001 ntfy
|
||||
|
||||
COPY ntfy /usr/bin
|
||||
|
||||
EXPOSE 80/tcp
|
||||
|
|
Loading…
Reference in a new issue