We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a32c5 commit a17c45aCopy full SHA for a17c45a
Dockerfile
@@ -32,7 +32,7 @@ COPY --from=python-base --chown=appuser /app/requirements.txt ./
32
RUN pip install $(grep '^pycord-rest-bot==' requirements.txt | tr -d '\\') \
33
&& sed -i '/pycord-rest-bot/d' requirements.txt \
34
&& pip uninstall py-cord -y \
35
- && pip install -r requirements.txt \
+ && pip install -r requirements.txt
36
37
COPY --chown=appuser src/ ./src
38
COPY --chown=appuser LICENSE ./
0 commit comments