- Build off of fedora
- Schedule builds every Sunday
- Build and push to Docker Hub
- Test in CI
- Build for arm64 and amd64
- Implement healthchecks
- Only 2 layers :D
- Base building can be moved to TN
- Introduce a docker-compose.yml
- Automatically check code with eslint GHA
- PR's are checked to ensure they run
- Gracefully handle SIGINT/SIGTERM
- Bump deps
- Add devcontainer
- Configure dependabot
12 lines
221 B
JSON
12 lines
221 B
JSON
{
|
|
"name": "Ultraviolet-Devel",
|
|
"build": {
|
|
"dockerfile": "../docker/Dockerfile",
|
|
"target": "devel",
|
|
"context": "../"
|
|
},
|
|
"forwardPorts": [
|
|
8080
|
|
],
|
|
"workspaceFolder": "/app"
|
|
}
|