Skip to content

Commit

Permalink
ci: updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Nov 22, 2024
1 parent 2b3473d commit c4adcd3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
FROM golang:1.22 AS build
FROM golang:1.22.9 AS build

WORKDIR /go/src/app
COPY . .
COPY ../backend .
COPY ../core .
COPY ../db .
COPY ../grpc .
COPY ../trace .
COPY ../vcs .

ENV GO111MODULE on

Expand Down

0 comments on commit c4adcd3

Please sign in to comment.