Skip to content

Commit 77504ac

Browse files
committed
Don't use venv
1 parent adb593d commit 77504ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM python:3.8.13-slim-buster
22

33
WORKDIR /code
44

5-
RUN python -m venv venv
6-
ENV PATH="venv/bin:$PATH"
5+
# RUN python -m venv venv
6+
# ENV PATH="venv/bin:$PATH"
77
ENV GOTENBERG_API_URL=http://host.docker.internal:3000
88

99
COPY ./requirements.txt /code/requirements.txt

0 commit comments

Comments
 (0)