diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2023-09-02 14:02:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-02 14:02:02 +0300 |
commit | 3dae9e39633ab4dbdc210dd787b0aea0f179c15b (patch) | |
tree | 977808fbbe9572b3a0af3c9d3b7d91e07509a083 /Dockerfile | |
parent | bcbd97258287cc8f192838e69dcec358450f024e (diff) | |
parent | 043feb04d769b92bac5510b2696e015a15bb2edd (diff) |
Spelling #281
Spelling
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 |