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