We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e0c5d commit 94d40afCopy full SHA for 94d40af
docker-compose.yml
@@ -0,0 +1,7 @@
1
+version: '3'
2
+
3
+services:
4
+ frontend:
5
+ build: .
6
+ ports:
7
+ - "8080:8080"
0 commit comments