Commit 59b1e133 authored by nanahira's avatar nanahira

add entrypoint and cmd

parent 320cc28d
Pipeline #8954 passed with stage
in 32 seconds
......@@ -6,3 +6,5 @@ ADD requirements.txt /app/
ADD . /app
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