Skip to content

Commit

Permalink
change build test 13
Browse files Browse the repository at this point in the history
  • Loading branch information
dariNirvana committed Feb 10, 2024
1 parent 85ceb2a commit 4b3bf9f
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 @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends build-essential
&& pip install --upgrade pip \
&& pip install --prefix="/install" -r /app/requirements.txt

COPY /install /usr/local
COPY --from=builder /install /usr/local

COPY /telegraph-downloader /app/

Expand Down

0 comments on commit 4b3bf9f

Please sign in to comment.