Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TMD20 authored Sep 17, 2023
1 parent ebd658e commit c2eee6c
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 @@ -6,7 +6,7 @@ COPY /arr /app/arr/
COPY /setup /app/setup/
COPY *.py /app/
COPY requirements.txt /app/requirements.txt
RUN pip3.10 install -r /app/requirements.txt
RUN pip3.11 install -r /app/requirements.txt

RUN mkdir /config
RUN mkdir /logs
Expand Down

0 comments on commit c2eee6c

Please sign in to comment.