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 8bcfe1f commit bbd19a8Copy full SHA for bbd19a8
docker_compse.yml
@@ -0,0 +1,8 @@
1
+docker composefile
2
+
3
+version: '3.8'
4
+services:
5
+ webapi:
6
+ build: .
7
+ ports:
8
+ - "5000:5000"
0 commit comments