Skip to content

Commit f32631f

Browse files
committed
fix: docker build
1 parent 3fb6738 commit f32631f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ services:
2323
restart: true
2424

2525
pot:
26-
# image: ghcr.io/pkuoriginalfire/pot-bot:latest
27-
build:
28-
context: .
29-
dockerfile: Dockerfile
26+
image: ghcr.io/pkuoriginalfire/pot-bot:latest
27+
# build:
28+
# context: .
29+
# dockerfile: Dockerfile
3030
container_name: pot
3131
env_file:
3232
- .env

0 commit comments

Comments
 (0)