We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef71863 commit 3ab3b3dCopy full SHA for 3ab3b3d
backend/gamelink/docker-compose.yml
@@ -1,7 +1,9 @@
1
version: "3.9"
2
services:
3
web:
4
- image: juanurjc/gamelink:latest
+ build:
5
+ context: .
6
+ dockerfile: Dockerfile
7
ports:
8
- 8443:8443
9
environment:
0 commit comments