Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheus-srego/bookpublisher
https://github.com/matheus-srego/bookpublisher
Last synced: about 2 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-09-27T01:00:54.000Z (over 1 year ago)
- Last Synced: 2023-09-27T09:32:11.116Z (over 1 year ago)
- Size: 979 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