Skip to content

Commit

Permalink
Dockerization fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dmugtasimov committed Aug 9, 2024
1 parent 17a9873 commit 2b90e0a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
FROM python:3.10.13-buster
FROM python:3.10.13-bookworm

WORKDIR /opt/project

ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
ENV PYTHONPATH .
ENV THENEWBOSTON_SETTING_IN_DOCKER true
ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
ENV PYTHONPATH=.
ENV THENEWBOSTON_SETTING_IN_DOCKER=true

# TODO(dmu) LOW: Reconsider having `EXPOSE 8000` since only Django needs, but not Celery or Discord bot
EXPOSE 8000

# TODO(dmu) HIGH: Use the same pip version as suggested in README.md
Expand Down

0 comments on commit 2b90e0a

Please sign in to comment.