Update 'create.dockerfile'
This commit is contained in:
parent
18d07d9ec8
commit
bd0be0d441
@ -4,6 +4,6 @@ WORKDIR /script
|
|||||||
|
|
||||||
RUN apt-get update && apt-get install -y
|
RUN apt-get update && apt-get install -y
|
||||||
|
|
||||||
COPY . .
|
COPY ../. .
|
||||||
|
|
||||||
RUN pip install --no-cache-dir -r ./requirements.txt
|
RUN pip install --no-cache-dir -r ./requirements.txt
|
Loading…
Reference in New Issue
Block a user