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 8e50451 commit c868d82Copy full SHA for c868d82
docker.yaml
@@ -0,0 +1,10 @@
1
+
2
+version: '3'
3
+services:
4
+ api:
5
+ build: .
6
+ ports:
7
+ - "8080:8080"
8
+ environment:
9
+ - API_PORT=8080
10
+ - CORS_ORIGINS=
0 commit comments