Update 'create.dockerfile'
This commit is contained in:
parent
92ed1acc5b
commit
519dfeb9f5
@ -4,8 +4,6 @@ WORKDIR /script
|
|||||||
|
|
||||||
RUN apt-get update && apt-get install -y
|
RUN apt-get update && apt-get install -y
|
||||||
|
|
||||||
RUN echo $(ls -a)
|
COPY . .
|
||||||
|
|
||||||
RUN pip install --no-cache-dir -r ./requirements.txt
|
RUN pip install --no-cache-dir -r ./requirements.txt
|
||||||
|
|
||||||
COPY . .
|
|
Loading…
Reference in New Issue
Block a user