mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-04 13:52:26 +08:00
fix docker image: exec user process caused "no such file or directory"
This commit is contained in:
@@ -7,4 +7,4 @@ ADD static/tzdata/Shanghai /etc/localtime
|
||||
COPY . /eiblog
|
||||
EXPOSE 9000
|
||||
WORKDIR /eiblog
|
||||
CMD ["./eiblog"]
|
||||
CMD ["sh","-c","eiblog"]
|
||||
|
||||
Reference in New Issue
Block a user