Skip to content

Commit 9b061bc

Browse files
committed
Fixed pipx path
1 parent 70b322a commit 9b061bc

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
@@ -14,7 +14,7 @@ RUN python3 -m pip install --user pipx \
1414
&& python3 -m pipx ensurepath
1515

1616
# Install dosage
17-
RUN pipx install "dosage[css,bash] @ git+https://github.com/webcomics/dosage.git"
17+
RUN /root/.local/bin/pipx install "dosage[css,bash] @ git+https://github.com/webcomics/dosage.git"
1818

1919
# Create dirs
2020
RUN mkdir /Comics && mkdir /templates

0 commit comments

Comments
 (0)