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:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- "main"
|
||||
paths-ignore:
|
||||
- ".github/**"
|
||||
- ".gitignore"
|
||||
|
|
|
|||
|
|
@ -1,10 +1,11 @@
|
|||
# docker compose up
|
||||
services:
|
||||
free-games-claimer:
|
||||
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
|
||||
build: .
|
||||
ports:
|
||||
- '5900:5900'
|
||||
- '6080:6080'
|
||||
- "5900:5900"
|
||||
- "6080:6080"
|
||||
volumes:
|
||||
- ./data:/fgc/data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue