fix build
All checks were successful
build, sign and push / build-and-sign (push) Successful in 27s

This commit is contained in:
2026-03-26 19:38:05 +07:00
parent aadfe767d3
commit 430d4de3d6
6 changed files with 61 additions and 30 deletions

View File

@@ -1,2 +1,5 @@
FROM nginx:1.25-alpine
COPY nginx.conf /etc/nginx/nginx.conf
RUN chown -R nginx:nginx /var/cache/nginx /var/log/nginx /etc/nginx
USER nginx
EXPOSE 8080