Commit 7c87f3a4 authored by nanahira's avatar nanahira

order

parent 9358daa4
Pipeline #9123 passed with stage
in 41 seconds
......@@ -3,9 +3,8 @@ FROM python:3.5.7-slim-buster
RUN mkdir /app
WORKDIR /app
COPY requirements.txt ./
COPY . ./
RUN pip3 install --no-cache-dir -r ./requirements.txt
COPY . ./
ENTRYPOINT [ "bash" ]
CMD [ "./docker-entry.sh" ]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment