Add file info domain + change alias + add api docker installation

This commit is contained in:
2019-04-24 18:17:53 +09:00
parent e5f608a26d
commit 35f5111ffb
7 changed files with 53 additions and 18 deletions

11
docker/c2a-api.dockerfile Normal file
View File

@ -0,0 +1,11 @@
FROM python:3.7.3-slim
ENV ENV dev
COPY docker/script/start.sh /root/start.sh
RUN apt-get update; apt-get install -y git
EXPOSE 5000
ENTRYPOINT /root/start.sh