#606 update docker base image and employ multi-stage build in order to reduce image size

This commit is contained in:
Christian Hofer
2019-12-15 16:33:09 +01:00
parent de581e9e1d
commit 452fde17bd
2 changed files with 82 additions and 26 deletions

4
docker/entrypoint.sh Normal file → Executable file
View File

@@ -1,5 +1,5 @@
#!/bin/bash
set -Eeuo pipefail
#!/bin/sh
set -euo pipefail
cd /app
GUNICORN_TIMEOUT="${GUINCORN_TIMEOUT:-120}"