add: Docker
This commit is contained in:
parent
0a4bd51878
commit
a5496d6fe1
4 changed files with 97 additions and 1 deletions
13
Dockerfile
Normal file
13
Dockerfile
Normal 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"]
|
Loading…
Add table
Add a link
Reference in a new issue