general improvements
All checks were successful
Homepage Build and Deploy / Build Homepage Image (push) Successful in 11m10s
Homepage Build and Deploy / Deploy Homepage (push) Successful in 30s

This commit is contained in:
2025-11-25 21:04:17 -03:00
parent a376c8157a
commit ed7a82b44e
7 changed files with 14 additions and 13 deletions

View File

@@ -11,9 +11,7 @@ RUN if [ -d "js" ]; then find js -type f -name "*.js" -exec sh -c 'for f; do ter
FROM nginx:alpine-slim AS final
COPY nginx.conf /etc/nginx/nginx.conf
COPY . /usr/share/nginx/html
COPY --from=build /src/js /usr/share/nginx/html/js
EXPOSE 80