This commit is contained in:
henry.chen
2017-11-27 18:34:03 +08:00
parent f20c4a6063
commit 61024bfebd

View File

@@ -7,4 +7,4 @@ ADD static/tzdata/Shanghai /etc/localtime
COPY . /eiblog
EXPOSE 9000
WORKDIR /eiblog
CMD ["sh","-c","eiblog"]
CMD ["sh","-c","/eiblog/eiblog"]