Add file info domain + change alias + add api docker installation
This commit is contained in:
11
docker/c2a-api.dockerfile
Normal file
11
docker/c2a-api.dockerfile
Normal 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
|
Reference in New Issue
Block a user