Skip to content

Commit 1b839fe

Browse files
moved away from cmd in favor of entrypoint
1 parent a38e494 commit 1b839fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ RUN ls -l start.sh
3737
# Expose port 4000 (default hexo)
3838
EXPOSE 4000
3939
# Run hexo server
40-
CMD ["/blog/start.sh"]
40+
ENTRYPOINT [ "sh", "/blog/start.sh" ]

0 commit comments

Comments
 (0)