12 lines
197 B
YAML
12 lines
197 B
YAML
name: github-repo-inspector
|
|
version: 1.0.0
|
|
entrypoint: agent:GithubRepoInspector
|
|
expose:
|
|
public: true
|
|
frontend:
|
|
path: frontend
|
|
build: npm run build
|
|
dist: dist
|
|
mount: /app
|
|
auth: inherit
|