Dockerfiles correction
This commit is contained in:
parent
8152430a1d
commit
fc151b44b3
|
|
@ -12,7 +12,7 @@ EXPOSE 80
|
|||
RUN pip install static-ffmpeg
|
||||
|
||||
COPY --chmod=755 entrypoint.sh ./
|
||||
COPY *.py pip_requirements ./
|
||||
COPY *.py pip_requirements_amd ./
|
||||
COPY params/*.py params/*.ini params/userscript.js params/hooks_requirements ./setup/
|
||||
COPY params/params_docker.ini ./setup/params.ini
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ RUN pip install static-ffmpeg
|
|||
RUN apt update && apt install gcc python3-dev -y && apt-get autoremove && apt-get -y clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY --chmod=755 entrypoint.sh ./
|
||||
COPY *.py pip_requirements ./
|
||||
COPY *.py pip_requirements_arm ./
|
||||
COPY params/*.py params/*.ini params/userscript.js params/hooks_requirements ./setup/
|
||||
COPY params/params_docker.ini ./setup/params.ini
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue