Skip to content

Commit

Permalink
turns out I added a comma!
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Jun 28, 2024
1 parent 8f178ba commit c767c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmoj/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update && \

RUN npm install -g sass postcss-cli postcss autoprefixer
RUN pip3 install \
pymysql mysqlclient websocket-client uwsgi django-redis redis, django-discord-integration
pymysql mysqlclient websocket-client uwsgi django-redis redis django-discord-integration

COPY repo/requirements.txt .
RUN pip3 install -r requirements.txt

0 comments on commit c767c0c

Please sign in to comment.