https://github.com/matheusadc/curso-docker
Estudo sobre Docker e Docker Compose.
https://github.com/matheusadc/curso-docker
docker docker-compose nodejs notion
Last synced: about 2 months ago
JSON representation
Estudo sobre Docker e Docker Compose.
- Host: GitHub
- URL: https://github.com/matheusadc/curso-docker
- Owner: MatheusADC
- Created: 2025-02-12T02:17:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T11:00:16.000Z (over 1 year ago)
- Last Synced: 2025-02-19T12:21:34.488Z (over 1 year ago)
- Topics: docker, docker-compose, nodejs, notion
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Descrição
Estudo sobre Docker e Docker Compose.
#
Notion
### [Docker](https://www.notion.so/Docker-197e92dbe52980bd9ee6f4b205b70d66)
### [Docker Compose](https://www.notion.so/Docker-Compose-197e92dbe5298063922de710f74f1669)
#
Comandos
### 1. Criar aquivo package.json
```
npm init
```
### 2. Instalação do _Express_ no ambiente de produção
```
npm i -P express
```
### 3. Instalação do MySQL2 no ambiente de produção
```
npm i -P mysql2
```