https://github.com/webbertakken/bootstrapper-poc
Proof of concept for a few architectural patterns using a trigger script, a bootstrapper container and a runtime container.
https://github.com/webbertakken/bootstrapper-poc
Last synced: about 1 year ago
JSON representation
Proof of concept for a few architectural patterns using a trigger script, a bootstrapper container and a runtime container.
- Host: GitHub
- URL: https://github.com/webbertakken/bootstrapper-poc
- Owner: webbertakken
- Created: 2022-04-04T21:19:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-05T20:00:41.000Z (about 4 years ago)
- Last Synced: 2025-02-06T11:27:55.666Z (over 1 year ago)
- Language: TypeScript
- Size: 45.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Bootstrapper (proof of concept)
A few architectural patterns using a trigger script, a bootstrapper container and a runtime container.
## Deno 1
```bash
deno run --allow-run .\src\deno-1\gameci.ts build
```