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

* Update Dockerfile
This commit is contained in:
Johannes Batzill 2024-10-16 17:51:42 +00:00 committed by Harness
parent 4cfbcbb790
commit ddf3f1d3b9

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 .