Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
itchono committed Jan 23, 2021
1 parent 482c62c commit 0b96eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
apt-get clean


COPY requirements.txt requirements.txt
COPY src/Comrade/requirements.txt requirements.txt
RUN pip install -r requirements.txt

WORKDIR /app
Expand Down

0 comments on commit 0b96eab

Please sign in to comment.