Skip to content

Instantly share code, notes, and snippets.

@elcascarudo-dev
Last active May 7, 2020 15:25
Show Gist options
  • Save elcascarudo-dev/c1cffb22ace0264d1e0bd597e745c0be to your computer and use it in GitHub Desktop.
Save elcascarudo-dev/c1cffb22ace0264d1e0bd597e745c0be to your computer and use it in GitHub Desktop.
Como empaquetar un proyecto Angular para Producción
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