https://github.com/matheus-srego/bookpublisher
https://github.com/matheus-srego/bookpublisher
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matheus-srego/bookpublisher
- Owner: matheus-srego
- License: mit
- Created: 2022-10-03T23:24:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T02:02:18.000Z (over 1 year ago)
- Last Synced: 2025-01-25T12:44:29.885Z (5 months ago)
- Size: 980 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BookPublisher
Comandos:
Criar imagem da base de dados sql server:
docker run --name "Ooo" -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=H0ra_de_aventura" -p 1433:1433 -d mcr.microsoft.com/mssql/server:2022-latestBuild o docker do projeto API
docker build -f BookPublisher.API/Dockerfile -t bookpublisher_api .docker run -p 8080:4001 -t bookpublisher_api