14 lines
199 B
YAML
14 lines
199 B
YAML
|
name: docker-example-fractal
|
||
|
language: javascript
|
||
|
type: fractal
|
||
|
|
||
|
node:
|
||
|
version: 20-bullseye-slim
|
||
|
|
||
|
docker-compose:
|
||
|
services:
|
||
|
web: false
|
||
|
|
||
|
experimental:
|
||
|
createGitHubActionsConfiguration: true
|