diff options
author | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2023-08-30 21:54:58 -0400 |
---|---|---|
committer | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2023-08-30 22:13:37 -0400 |
commit | 81ed9f38fb75ca68c6c3fb38b7e4e8415ed76351 (patch) | |
tree | 30ac373e4657b0a1a86dd19023cb9a45ed23cd3f /docker | |
parent | b8c7904f98b372e0776de22f502d1e00dc8a8d1e (diff) |
spelling: initial
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
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 |