We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b322a commit 9b061bcCopy full SHA for 9b061bc
Dockerfile
@@ -14,7 +14,7 @@ RUN python3 -m pip install --user pipx \
14
&& python3 -m pipx ensurepath
15
16
# Install dosage
17
-RUN pipx install "dosage[css,bash] @ git+https://github.com/webcomics/dosage.git"
+RUN /root/.local/bin/pipx install "dosage[css,bash] @ git+https://github.com/webcomics/dosage.git"
18
19
# Create dirs
20
RUN mkdir /Comics && mkdir /templates
0 commit comments