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