diff options
| author | crupest <crupest@outlook.com> | 2022-12-03 17:38:10 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-12-03 17:38:10 +0800 | 
| commit | b59cec594335d553483fdaf41c84f448338a9483 (patch) | |
| tree | 9fd1ca84e0a9b6f4db060adb780eaa7546c04806 /docker/crupest-blog | |
| parent | 90d15476fbac47b7d37221cb8b35d747fb87fbc2 (diff) | |
| download | crupest-b59cec594335d553483fdaf41c84f448338a9483.tar.gz crupest-b59cec594335d553483fdaf41c84f448338a9483.tar.bz2 crupest-b59cec594335d553483fdaf41c84f448338a9483.zip  | |
Fix tini path.
Diffstat (limited to 'docker/crupest-blog')
| -rw-r--r-- | docker/crupest-blog/Dockerfile | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/crupest-blog/Dockerfile b/docker/crupest-blog/Dockerfile index d1ff761..7414d4e 100644 --- a/docker/crupest-blog/Dockerfile +++ b/docker/crupest-blog/Dockerfile @@ -5,5 +5,5 @@ RUN /install-hugo.bash && rm /install-hugo.bash  ENV CRUPEST_BLOG_UPDATE_INTERVAL=${CRUPEST_BLOG_UPDATE_INTERVAL}  COPY daemon.bash update.bash /scripts/  VOLUME [ "/public" ] -ENTRYPOINT ["/sbin/tini", "--"] +ENTRYPOINT ["tini", "--"]  CMD [ "/scripts/daemon.bash" ]  | 
