Correct typo

This commit is contained in:
Em (Ethan) Ruszanowski 2024-01-18 22:39:48 -05:00
parent e67ac81be3
commit 21fff236be
Signed by: em
GPG key ID: C725D6E571252B96

View file

@ -3,7 +3,7 @@ FROM python:3.11.6
WORKDIR /usr/src/units WORKDIR /usr/src/units
COPY requirements.txt . COPY requirements.txt .
RUN pip install -r requirements.com RUN pip install -r requirements.txt
COPY bot.py . COPY bot.py .