fix docker image: exec user process caused "no such file or directory"

This commit is contained in:
henry.chen
2017-11-27 18:17:41 +08:00
parent c24e6bf7bd
commit f20c4a6063

View File

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