Correct typo

This commit is contained in:
Em (Ethan) Ruszanowski 2024-01-18 22:37:58 -05:00
parent 5c0422fa8d
commit e67ac81be3
Signed by: em
GPG key ID: C725D6E571252B96
2 changed files with 1 additions and 1 deletions

View file

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