mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-04-08 05:06:21 +00:00
fix dockerfile
This commit is contained in:
parent
8e11686b7d
commit
8c85119f5c
@ -24,6 +24,7 @@ RUN pip3 install -r requirements.txt \
|
|||||||
&& rm config.py
|
&& rm config.py
|
||||||
|
|
||||||
COPY ./docker/Production/entrypoint.sh /usr/local/bin/
|
COPY ./docker/Production/entrypoint.sh /usr/local/bin/
|
||||||
|
RUN chmod +x /usr/local/bin/entrypoint.sh
|
||||||
|
|
||||||
ENV FLASK_APP=app/__init__.py
|
ENV FLASK_APP=app/__init__.py
|
||||||
EXPOSE 80/tcp
|
EXPOSE 80/tcp
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
# defaults for Docker image
|
||||||
|
BIND_ADDRESS='0.0.0.0'
|
||||||
|
PORT=80
|
||||||
|
|
||||||
legal_envvars = (
|
legal_envvars = (
|
||||||
'SECRET_KEY',
|
'SECRET_KEY',
|
||||||
'BIND_ADDRESS',
|
'BIND_ADDRESS',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user