diff --git a/Dockerfile b/Dockerfile index 939cad6..e5f84f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,4 +27,4 @@ ENV LANG C.UTF-8 # 暴露端口 EXPOSE 8081 -CMD ["&& /apps/md-view-go"] \ No newline at end of file +CMD ["/apps/md-view-go"] \ No newline at end of file