Skip to content

Commit 213c825

Browse files
committed
Update Dockerfile after setup.py changes
1 parent 79e474c commit 213c825

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ WORKDIR /usr/src/app
1313
# Create out folder
1414
RUN mkdir -p out
1515

16-
# Install dependencies
17-
RUN pip3 install -r requirements.txt
16+
# Install leetcode-export
17+
python3 ./setup.py install
1818

19-
ENTRYPOINT ["python3", "./main.py", "--folder", "out"]
19+
ENTRYPOINT ["leetcode-export", "--folder", "out"]

0 commit comments

Comments
 (0)