diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2023-09-02 14:12:54 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-02 14:12:54 +0300 |
commit | ed865eea911683997fad231f4300dfdf060d78d4 (patch) | |
tree | a99a5fe988ca7db820d3532b32a41fec55f9104a /docker | |
parent | 04678ea04fe93a578f949f23e6a7e74a88fc54cd (diff) | |
parent | f317386a8e46ae7b7a0e00b3cb21b3dbfebb5da8 (diff) |
v5.5.2 - Fixing bugs, small fixes
Diffstat (limited to 'docker')
-rwxr-xr-x | docker/entrypoint.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index a90e37d..9ac6c2c 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -1,7 +1,7 @@ WORK_DIR="/app" SRC_DIR="/cstate" -echo "[CSTATE-DOCKER] Initalising container..." +echo "[CSTATE-DOCKER] Initialising container..." # Check if the working dir is empty, if it is we'll need to copy # the files in from src directory (usually /cstate) @@ -20,4 +20,4 @@ hugo # Copy built files into NGINX directory cp -r /$WORK_DIR/public/* /usr/share/nginx/html -echo "[CSTATE-DOCKER] Initalisation complete."
\ No newline at end of file +echo "[CSTATE-DOCKER] Initialisation complete."
\ No newline at end of file |