Revert Docker user fix

This commit is contained in:
binwiederhier 2024-03-07 16:59:42 -05:00
parent a9b7c4530b
commit 8c69234e28
5 changed files with 11 additions and 9 deletions

View file

@ -12,7 +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 adduser -D -u 1000 ntfy
COPY ntfy /usr/bin
EXPOSE 80/tcp