diff options
author | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2023-08-30 21:54:23 -0400 |
---|---|---|
committer | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2023-08-30 22:13:37 -0400 |
commit | 6f70b3384c0bf050197f960897d71ba2e7aa80cb (patch) | |
tree | bc3492634b34cb307bb7e22e24e83d4cdb371411 /Dockerfile | |
parent | 2f2dc3353e257445c3879ed4762a2385aebd64e4 (diff) |
spelling: every time
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,5 +13,5 @@ COPY exampleSite /cstate RUN mkdir -p /cstate/themes/cstate COPY . /cstate/themes/cstate -# Copy entrypoint script into the container image, this runs everytime the container cold-starts. +# Copy entrypoint script into the container image, this runs every time the container cold-starts. COPY ./docker/entrypoint.sh /docker-entrypoint.d/10-build-hugo.sh |