diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |