Skip to content
Snippets Groups Projects
Commit b5df1f02 authored by nart4hire's avatar nart4hire
Browse files

fix(cicd): fixed obscure VCS bug

parent 3828b474
2 merge requests!25Staging v1.3.0,!20fix(email): changed verification method
Pipeline #53014 passed with stage
in 2 minutes and 43 seconds
......@@ -6,6 +6,9 @@ RUN go install github.com/google/wire/cmd/wire@latest
RUN go install github.com/swaggo/swag/cmd/swag@latest
COPY . /app
RUN git config --global --add safe.directory /app
WORKDIR /app
EXPOSE 8080
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment