update dockerfiles
This commit is contained in:
@@ -33,7 +33,7 @@ RUN apt install python3-pip -y
|
|||||||
RUN mkdir /app
|
RUN mkdir /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY setup.sh /app
|
COPY scripts/setup.sh /app
|
||||||
COPY requirements/ /app
|
COPY requirements/ /app
|
||||||
|
|
||||||
RUN bash setup.sh
|
RUN bash setup.sh
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ RUN apt install python3-pip -y
|
|||||||
RUN mkdir /app
|
RUN mkdir /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY setup.sh /app
|
COPY scripts/setup.sh /app
|
||||||
COPY requirements/ /app
|
COPY requirements/ /app
|
||||||
|
|
||||||
RUN apt update --fix-missing
|
RUN apt update --fix-missing
|
||||||
|
|||||||
Reference in New Issue
Block a user