We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38e494 commit 1b839feCopy full SHA for 1b839fe
dockerfile
@@ -37,4 +37,4 @@ RUN ls -l start.sh
37
# Expose port 4000 (default hexo)
38
EXPOSE 4000
39
# Run hexo server
40
-CMD ["/blog/start.sh"]
+ENTRYPOINT [ "sh", "/blog/start.sh" ]
0 commit comments