From 2b6cbdbf2dfe71e906367a88bf1d0c6c657e50d5 Mon Sep 17 00:00:00 2001 From: Roman Gräf Date: Sun, 29 Nov 2020 22:57:47 +0100 Subject: Docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 2e6ba3c..dd60484 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /usr/src/app COPY Pipfile Pipfile.lock ./ RUN pipenv install --system --deploy COPY . ./ -ENV FLASK_APP=app +ENV FLASK_APP=herrschwarzify ENV FLASK_ENV=production ENV FLASK_RUN_HOST=0.0.0.0 ENV FLASK_RUN_PORT=5000 -- cgit