Skip to content

Commit 6d3c19b

Browse files
committedNov 17, 2023
depend on newly built image
1 parent acafacc commit 6d3c19b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

Diff for: ‎docker-compose.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ version: "3"
33
services:
44
api:
55
container_name: pythonista-api
6-
build:
7-
context: .
8-
dockerfile: Dockerfile
6+
image: ghcr.io/pythonistaguild/pythonista-api:latest
97
extra_hosts:
108
- "database:host-gateway"
119
restart: unless-stopped

0 commit comments

Comments
 (0)
Please sign in to comment.