Skip to content

Commit a5bb791

Browse files
authored
Use image in compose file
1 parent 29e90bb commit a5bb791

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ services:
1717
start_period: 30s
1818

1919
app:
20-
build: .
20+
#build: . # For dev environment
21+
image: ghcr.io/leinelab/makerspaceapi:latest
2122
restart: unless-stopped
2223
ports:
2324
- "8000:8000"

0 commit comments

Comments
 (0)