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 /Dockerfile | |
parent | 04678ea04fe93a578f949f23e6a7e74a88fc54cd (diff) | |
parent | f317386a8e46ae7b7a0e00b3cb21b3dbfebb5da8 (diff) |
v5.5.2 - Fixing bugs, small fixes
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 |