summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhy <hyang@hyang.xyz>2023-12-20 15:45:22 -0800
committerhy <hyang@hyang.xyz>2023-12-20 15:45:22 -0800
commit4e8bfee50fbf57284e51cd4e95807fd9be099c5f (patch)
treee240f54a3542d914cd5f71f355a24c658f186cc0
parent795b579f749219b434c1770eaf848455412ee275 (diff)
:(
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index fce349d..ce39747 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,4 +9,4 @@ COPY ./nginx-entrypoint.sh /
EXPOSE 8080/tcp
-ENTRYPOINT git clone "$REPO" . && git submodule update --init && /bin/sh -c '/watch.sh &' ls && hugo && /nginx-entrypoint.sh && nginx -g 'daemon off;'
+ENTRYPOINT git clone "$REPO" . ; git submodule update --init && /bin/sh -c '/watch.sh &' ls && hugo && /nginx-entrypoint.sh && nginx -g 'daemon off;'