Skip to content

Commit a17c45a

Browse files
committed
💚 Fix Dockerfile
1 parent 00a32c5 commit a17c45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ COPY --from=python-base --chown=appuser /app/requirements.txt ./
3232
RUN pip install $(grep '^pycord-rest-bot==' requirements.txt | tr -d '\\') \
3333
&& sed -i '/pycord-rest-bot/d' requirements.txt \
3434
&& pip uninstall py-cord -y \
35-
&& pip install -r requirements.txt \
35+
&& pip install -r requirements.txt
3636

3737
COPY --chown=appuser src/ ./src
3838
COPY --chown=appuser LICENSE ./

0 commit comments

Comments
 (0)