lint with trunk
This commit is contained in:
parent
4d6d2f47d9
commit
4e88964fcd
2 changed files with 4 additions and 3 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- "main"
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- ".github/**"
|
- ".github/**"
|
||||||
- ".gitignore"
|
- ".gitignore"
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
|
# docker compose up
|
||||||
services:
|
services:
|
||||||
free-games-claimer:
|
free-games-claimer:
|
||||||
container_name: fgc # is printed in front of every output line
|
container_name: fgc # is printed in front of every output line
|
||||||
image: ghcr.io/vogler/free-games-claimer # otherwise image name will be free-games-claimer-free-games-claimer
|
image: ghcr.io/vogler/free-games-claimer # otherwise image name will be free-games-claimer-free-games-claimer
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- '5900:5900'
|
- "5900:5900"
|
||||||
- '6080:6080'
|
- "6080:6080"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/fgc/data
|
- ./data:/fgc/data
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue