okay
This commit is contained in:
parent
88c22dbb4a
commit
c606d54ff0
@ -1,10 +1,9 @@
|
|||||||
FROM nikolaik/python-nodejs:python3.9-nodejs17
|
FROM nikolaik/python-nodejs:latest
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends ffmpeg \
|
&& apt-get install -y --no-install-recommends ffmpeg \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
COPY . /app
|
COPY . /app/
|
||||||
WORKDIR /app
|
WORKDIR /app/
|
||||||
RUN pip3 install --no-cache-dir --upgrade --requirement requirements.txt
|
RUN pip3 install --no-cache-dir --upgrade --requirement requirements.txt
|
||||||
|
|
||||||
CMD ["python3", "main.py"]
|
CMD ["python3", "main.py"]
|
||||||
|
Loading…
Reference in New Issue
Block a user