fix the username in the dockerfile
All checks were successful
docker / docker (push) Successful in 22m53s
ups / ups (push) Successful in 49s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-05-19 16:21:52 +03:00
parent f8e486d9bc
commit b820c56c15
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -28,6 +28,6 @@ COPY public /app/public
WORKDIR /app
RUN chown 1001:1001 -R /app
USER RUN
USER runner
CMD ["/app/anonymousoverflow"]