mais melhorias gerais

This commit is contained in:
2025-06-19 18:10:49 -03:00
parent 7512f42e2f
commit 7acbc48f43
9 changed files with 168 additions and 16 deletions

View File

@@ -20,6 +20,7 @@ RUN rm -rf /usr/share/nginx/html/*
# Replace default nginx.conf
COPY nginx.conf /etc/nginx/nginx.conf
# Copy our built files into nginxs html folder
COPY ./public/assets /usr/share/nginx/html
COPY --from=builder /app/dist /usr/share/nginx/html
# (Optional) If you need any custom nginx.conf, COPY it here—