Skip to content

Commit

Permalink
UPDATE dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaFM committed Dec 11, 2024
1 parent d5d5d81 commit 2ad1814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN npm run build

# Fase de producción: usar una imagen ligera de Nginx
FROM node:20
#FROM nginx:alpine


# Copiar la aplicación compilada
#COPY --from=build /app/.output/public /usr/share/nginx/html
Expand Down

0 comments on commit 2ad1814

Please sign in to comment.