Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramonpaolo/multi-stage-build
Exemplo de uma aplicação usando Multi-Stage build no docker
https://github.com/ramonpaolo/multi-stage-build
docker dockerfile nodejs
Last synced: about 1 month ago
JSON representation
Exemplo de uma aplicação usando Multi-Stage build no docker
- Host: GitHub
- URL: https://github.com/ramonpaolo/multi-stage-build
- Owner: ramonpaolo
- License: mit
- Created: 2022-05-29T20:13:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T16:23:34.000Z (over 1 year ago)
- Last Synced: 2024-10-04T11:21:40.121Z (3 months ago)
- Topics: docker, dockerfile, nodejs
- Language: TypeScript
- Homepage:
- Size: 281 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multi-Stage build docker
# Como executar o código?
Para executar o código, basta digitar no terminal:
```bash
# Instalar as dependências
$ yarn
# Rodar o projeto usando docker
$ docker-compose up --build -d
```Post no Medium: [Multi-Stage build no docker com NodeJs](https://medium.com/@ramonpaolo/multi-stage-build-no-docker-com-nodejs-ca0f48d889b3)