mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-04 13:52:26 +08:00
update
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
FROM ubuntu:trusty
|
||||
MAINTAINER deepzz <deepzz.qi@gmail.com>
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y ca-certificates
|
||||
|
||||
ADD conf /eiblog/conf
|
||||
ADD static /eiblog/static
|
||||
ADD views /eiblog/views
|
||||
ADD eiblog /eiblog/eiblog
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
EXPOSE 9000
|
||||
|
||||
WORKDIR /eiblog
|
||||
ENTRYPOINT ["./eiblog"]
|
||||
Reference in New Issue
Block a user