add: Docker

This commit is contained in:
Tobias Reisinger 2019-08-07 00:01:01 +02:00
parent 0a4bd51878
commit a5496d6fe1
4 changed files with 97 additions and 1 deletions

13
Dockerfile Normal file
View file

@ -0,0 +1,13 @@
FROM drogonframework/drogon
ENV CORE_ROOT=$IROOT/core
WORKDIR $IROOT
COPY . $CORE_ROOT
WORKDIR $CORE_ROOT
RUN ./build.sh
ENTRYPOINT ["/srv/core"]