Nueva version con html plano

This commit is contained in:
2022-09-18 05:01:10 -03:00
parent 480ec72909
commit ab9d0c0b94
24 changed files with 420 additions and 5688 deletions

View File

@@ -15,4 +15,4 @@ RUN npm run build
FROM nginx:latest as deployer
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=builder /usr/app/src/public /usr/share/nginx/html
COPY --from=builder /usr/app/src/dist /usr/share/nginx/html