Skip to content

Commit 04e6e03

Browse files
authored
feat: env variable in base image
1 parent 7389029 commit 04e6e03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,4 @@ COPY --from=builder /$appname /$appname
3131
WORKDIR /$appname
3232

3333
COPY config.ini .
34-
ENV PYTHONUNBUFFERED=1 \
35-
PYTHONIOENCODING=UTF-8
3634
CMD ["gunicorn", "argowrapper.asgi:app", "-b", "0.0.0.0:8000", "-k", "uvicorn.workers.UvicornWorker"]

0 commit comments

Comments
 (0)