Skip to content

Instantly share code, notes, and snippets.

@viniciusxyz
Created May 30, 2019 15:21
Show Gist options
  • Save viniciusxyz/1edce49dc366769f64147ba017a618c0 to your computer and use it in GitHub Desktop.
Save viniciusxyz/1edce49dc366769f64147ba017a618c0 to your computer and use it in GitHub Desktop.
FROM nginx:alpine
#Porta exposta
EXPOSE 80
#Copia todos os arquivos e adiciona ao diretório /
COPY ./build/ /usr/share/nginx/html/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment