We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb593d commit 77504acCopy full SHA for 77504ac
Dockerfile
@@ -2,8 +2,8 @@ FROM python:3.8.13-slim-buster
2
3
WORKDIR /code
4
5
-RUN python -m venv venv
6
-ENV PATH="venv/bin:$PATH"
+# RUN python -m venv venv
+# ENV PATH="venv/bin:$PATH"
7
ENV GOTENBERG_API_URL=http://host.docker.internal:3000
8
9
COPY ./requirements.txt /code/requirements.txt
0 commit comments