misc: fix all lint and check issues
All checks were successful
build / docker (push) Successful in 49s
All checks were successful
build / docker (push) Successful in 49s
This commit is contained in:
@ -15,6 +15,6 @@ RUN npm run build
|
||||
FROM docker.io/library/nginx:1.27.2
|
||||
|
||||
# Enable 404.html page
|
||||
RUN sed -i '12s/#//' /etc/nginx/conf.d/default.conf && cat /etc/nginx/conf.d/default.conf
|
||||
RUN sed -i '12s/#//' /etc/nginx/conf.d/default.conf
|
||||
|
||||
COPY --from=builder /app-builder/build /usr/share/nginx/html
|
||||
|
Reference in New Issue
Block a user