docker file multistage

This commit is contained in:
www
2020-09-13 18:29:00 +00:00
parent 2da40982ef
commit 823ae5f623
4 changed files with 27 additions and 9 deletions

1
fet2020/.dockerignore Normal file
View File

@@ -0,0 +1 @@
.git/*

View File

@@ -7,4 +7,5 @@ processes = 3
module = fet2020.wsgi:application
pidfile=/tmp/project-master.pid
enable-threads = true
venv=/opt/venv
socket=/tmp/app.sock