Skip to content

Commit

Permalink
Changed Dockerfile for CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
husamettinarabaci committed Feb 13, 2024
1 parent 4c7f6c0 commit 3eaa99d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN adduser \

WORKDIR /app
COPY . ./
RUN go mod edit -dropreplace github.com/octoposprime/op-be-shared
#RUN go mod tidy
#RUN go get -v ./...
RUN go mod download
Expand Down

0 comments on commit 3eaa99d

Please sign in to comment.