This commit is contained in:
danamir
2020-05-10 14:29:18 +03:00
parent d9574ce36f
commit 711eb4ac28
3 changed files with 5 additions and 0 deletions

1
.Dockerfile Normal file
View File

@@ -0,0 +1 @@
FROM alpine:latest

BIN
requirements.txt Normal file

Binary file not shown.

4
uwsgi.ini Normal file
View File

@@ -0,0 +1,4 @@
[uwsgi]
module = app
callable = app
master = true