Last active
May 7, 2020 15:25
-
-
Save elcascarudo-dev/c1cffb22ace0264d1e0bd597e745c0be to your computer and use it in GitHub Desktop.
Como empaquetar un proyecto Angular para Producción
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM elcascarudodev/nginx-angular | |
COPY {/path/del/proyecto/} /usr/share/nginx/html | |
CMD ["nginx", "-g", "daemon off;"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment