Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
FIX: Add asyncio environment vars to image (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
alysivji authored Aug 28, 2021
1 parent 2a30157 commit 0e59786
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ LABEL maintainer="Aly Sivji <alysivji@gmail.com>" \

ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
ENV PYTHONASYNCIODEBUG 1
ENV PYTHONTRACEMALLOC 1

WORKDIR /app

Expand Down
3 changes: 2 additions & 1 deletion docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ LABEL maintainer="Aly Sivji <alysivji@gmail.com>" \

ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
ENV PYTHONTRACEMALLOC 1

WORKDIR /app

Expand All @@ -20,6 +21,6 @@ RUN groupadd -g 901 -r busybeaverdev \
&& useradd -g busybeaverdev -r -u 901 busybeaver_user \
&& mkdir /home/busybeaver_user \
&& chmod -R 755 /home/busybeaver_user
USER busybeaver_user
# USER busybeaver_user

ENTRYPOINT [ "scripts/entrypoint.sh" ]

0 comments on commit 0e59786

Please sign in to comment.