mirror of
https://github.com/ethanrusz/youtube-url-corrector.git
synced 2024-11-23 04:07:47 -05:00
Correct typo
This commit is contained in:
parent
e67ac81be3
commit
21fff236be
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM python:3.11.6
|
|||
WORKDIR /usr/src/units
|
||||
|
||||
COPY requirements.txt .
|
||||
RUN pip install -r requirements.com
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
COPY bot.py .
|
||||
|
||||
|
|
Loading…
Reference in a new issue