Skip to content

Commit 266e16e

Browse files
committed
Switch docker compose to use built image
1 parent 601bbac commit 266e16e

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
@@ -2,10 +2,10 @@ version: '3.8'
22

33
services:
44
short-it:
5-
# image: ghcr.io/auravoid/short-it:latest
6-
build:
7-
context: .
8-
dockerfile: Dockerfile
5+
image: ghcr.io/auravoid/short-it:latest
6+
# build:
7+
# context: .
8+
# dockerfile: Dockerfile
99
ports:
1010
- "8080:8080"
1111
- "8090:8090"

0 commit comments

Comments
 (0)