This commit is contained in:
@@ -14,11 +14,10 @@ FROM base AS prod
|
||||
|
||||
ADD requirements.txt ./
|
||||
|
||||
RUN apt-get update && apt-get install -y build-essential cargo \
|
||||
RUN apt-get update && apt-get install -y build-essential \
|
||||
&& pip3 install --no-cache --upgrade pip \
|
||||
&& pip3 install --no-cache -r requirements.txt \
|
||||
&& rm /usr/local/bin/cargo \
|
||||
&& apt-get remove -y build-essential cargo
|
||||
&& apt-get remove -y build-essential
|
||||
|
||||
|
||||
ADD projectorpi_web ./projectorpi_web
|
||||
|
||||
Reference in New Issue
Block a user