Skip to content

Commit

Permalink
Fix websocket crashing
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed May 18, 2024
1 parent c4ecbf1 commit c534202
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ COPY ./settings.py ./wsgi.py ./asgi.py ./local_statics.py ./routing.py ./urls.py
COPY ./entrypoint.sh ./
RUN mkdir db

#RUN pip install ./donation-tracker
#RUN pip install ../donation-tracker

RUN apt update
RUN apt install -y locales
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ Build with `Dockerfile-statics`.
1. Locale setting: https://stackoverflow.com/questions/18646520/unsupported-locale-setting-python-django-how-to-solve-this#24819625
2. Generated static file location: /donation-tracker/tracker/gen
3. Username and password: Duncan, you used the username "duncte123" and the password "password"
4. bsghost : testuser
2 changes: 1 addition & 1 deletion tracker

0 comments on commit c534202

Please sign in to comment.