mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-07-30 17:23:45 +00:00
#606 update docker base image and employ multi-stage build in order to reduce image size
This commit is contained in:
4
docker/entrypoint.sh
Normal file → Executable file
4
docker/entrypoint.sh
Normal file → Executable file
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -Eeuo pipefail
|
||||
#!/bin/sh
|
||||
set -euo pipefail
|
||||
cd /app
|
||||
|
||||
GUNICORN_TIMEOUT="${GUINCORN_TIMEOUT:-120}"
|
||||
|
Reference in New Issue
Block a user