add docker support

This commit is contained in:
2021-02-23 10:46:33 +08:00
parent f7384b9afc
commit 0f98c15cd4
11 changed files with 110 additions and 16 deletions

View File

@@ -0,0 +1,8 @@
version: '3.4'
services:
qrcodeservice:
environment:
- ASPNETCORE_ENVIRONMENT=Development
ports:
- "80"