Commit 9e3c4eb6 authored by nanahira's avatar nanahira

dockerfile

parent 244f0ec9
Pipeline #9121 passed with stage
in 50 seconds
......@@ -6,3 +6,6 @@ COPY requirements.txt ./
COPY . ./
RUN pip3 install --no-cache-dir -r ./requirements.txt
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