update
All checks were successful
/ Make image (push) Successful in 2m0s

This commit is contained in:
nquidox 2025-10-16 20:55:24 +03:00
parent 2d2afffcaf
commit f6bb647591

View file

@ -28,7 +28,7 @@ COPY --from=builder /app/main /usr/local/bin/app
RUN chmod +x /usr/local/bin/app RUN chmod +x /usr/local/bin/app
RUN adduser -D -s /bin/bash appuser #RUN adduser -D -s /bin/bash appuser
USER appuser #USER appuser
ENTRYPOINT ["app"] ENTRYPOINT ["app"]