Skip to content

Commit ccfb6fa

Browse files
fix: update docker-compose.yml to use pre-built image
1 parent 6e504d7 commit ccfb6fa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ version: '3.8'
22

33
services:
44
web:
5-
build:
6-
context: .
7-
dockerfile: potblog.Dockerfile
5+
image: registry.diikstra.fr/potblog:latest
86
ports:
97
- "8080:8080"
108
environment:

0 commit comments

Comments
 (0)