Skip to content

Commit 3ab3b3d

Browse files
author
JLRR2019
committed
a
1 parent ef71863 commit 3ab3b3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

backend/gamelink/docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
version: "3.9"
22
services:
33
web:
4-
image: juanurjc/gamelink:latest
4+
build:
5+
context: .
6+
dockerfile: Dockerfile
57
ports:
68
- 8443:8443
79
environment:

0 commit comments

Comments
 (0)