https://github.com/layoric/optimizeddockercompose
Testing docker compose workflow.
https://github.com/layoric/optimizeddockercompose
Last synced: 4 months ago
JSON representation
Testing docker compose workflow.
- Host: GitHub
- URL: https://github.com/layoric/optimizeddockercompose
- Owner: Layoric
- Created: 2023-07-20T05:10:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T08:43:58.000Z (almost 3 years ago)
- Last Synced: 2025-04-01T18:17:02.256Z (over 1 year ago)
- Language: HTML
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web
.NET 6.0 Empty Web Template
[](http://web.web-templates.io/)
> Browse [source code](https://github.com/NetCoreTemplates/web), view live demo [web.web-templates.io](http://web.web-templates.io) and install with [dotnet-new](https://docs.servicestack.net/dotnet-new):
$ dotnet tool install -g x
$ x new web ProjectName
Alternatively write new project files directly into an empty repository, using the Directory Name as the ProjectName:
$ git clone https://github.com//.git
$ cd
$ x new web
### Update Server TypeScript DTOs
Run the dtos package.json script to update your server dtos:
$ x scripts dtos