Compare commits
1 Commits
f04bb3f69b
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| ef3c1f4bfe |
@@ -7,8 +7,8 @@ COPY requirements.txt .
|
|||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
COPY main.py .
|
COPY main.py .
|
||||||
COPY static .
|
COPY static static
|
||||||
COPY templates .
|
COPY templates templates
|
||||||
COPY deploy/presencia.ini .
|
COPY deploy/presencia.ini .
|
||||||
|
|
||||||
CMD ["uwsgi", "--ini", "presencia.ini"]
|
CMD ["uwsgi", "--ini", "presencia.ini"]
|
||||||
|
|||||||
@@ -6,5 +6,5 @@ gid = www-data
|
|||||||
chdir = /app/
|
chdir = /app/
|
||||||
processes = 4
|
processes = 4
|
||||||
threads = 2
|
threads = 2
|
||||||
socket = 0.0.0.0:5000
|
http = 0.0.0.0:5000
|
||||||
wsgi-disable-file-wrapper = false
|
wsgi-disable-file-wrapper = false
|
||||||
|
|||||||
Reference in New Issue
Block a user