1
0
Fork 0
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:
Adam Rahja 2024-05-08 12:40:28 -05:00
parent 5d2351a13a
commit e5b2c37c44

View file

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