Skip to content

Instantly share code, notes, and snippets.

View emiraldo's full-sized avatar
🏠
Working from home

Emiraldo Andres Lozano Sanchez emiraldo

🏠
Working from home
  • Bogotá - Colombia
View GitHub Profile
@emiraldo
emiraldo / Dockerfile
Last active April 12, 2020 02:56
Ejemplo Dockerfile multistage
# etapa de compilación
FROM node:9.11.1-alpine as build-stage
WORKDIR /app
COPY package*.json ./
RUN npm install
COPY . .
RUN npm run build
# etapa de producción
FROM nginx:1.13.12-alpine as production-stage

Keybase proof

I hereby claim:

  • I am emiraldo on github.
  • I am emiraldo (https://keybase.io/emiraldo) on keybase.
  • I have a public key ASAn1Hq5aEF39Kohd-9PPb_Druoe5Epfz7DW2r-AnIJMxAo

To claim this, I am signing this object: