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.
2 parents 8bcfe1f + bbd19a8 commit 48b6e4fCopy full SHA for 48b6e4f
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