Skip to content

Commit 37ed8fb

Browse files
author
Raffael Herrmann
committed
Update docker-compose to use pre-built image from GHCR with latest tag
1 parent 2e83aa9 commit 37ed8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
masscode-web:
3-
build: .
3+
image: ghcr.io/codebude/masscode-web:latest
44
ports:
55
- "8080:80"
66
volumes:

0 commit comments

Comments
 (0)