You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN addgroup -S notifypush && adduser -S notifypush -G notifypush
# Set ownership for application files
COPY --chown=notifypush:notifypush . /notifypush
# Run as non-root user
USER notifypush
Something like: