fix: [CODE-2516]: fix typo in dockerfile (#2823)

* Update Dockerfile
pull/3576/head
Johannes Batzill 2024-10-16 17:51:42 +00:00 committed by Harness
parent 4cfbcbb790
commit ddf3f1d3b9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ RUN apk update \
WORKDIR /app
RUN git config --global --add safe.directory '/app'
# Get dependancies - will also be cached if we won't change mod/sum
# Get dependencies - will also be cached if we won't change mod/sum
COPY go.mod .
COPY go.sum .