From 787812cdc23299988bb8af70a282e5a555446bf9 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 10 May 2023 09:00:08 -0400 Subject: [PATCH] spelling: every time Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 235bed6a..dc8c0230 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN apk add --no-cache --update build-base git docker openrc openssh-client-defa # Copy the rest of our application code into the container. # We do this after bundle install, to avoid having to run bundle -# everytime we do small fixes in the source code. +# every time we do small fixes in the source code. COPY . . # Install the gem locally from the project folder