Skip to content

Commit

Permalink
chore(SFS-1490): copy custom_cel dir in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
biancasilvavtex committed Sep 17, 2024
1 parent 10fd0a9 commit 152da8b
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 @@ -15,6 +15,7 @@ RUN go mod download
COPY main.go main.go
COPY api/ api/
COPY controllers/ controllers/
COPY custom_cel/ custom_cel/

# Build
# the GOARCH has not a default value to allow the binary be built according to the host where the command
Expand Down

0 comments on commit 152da8b

Please sign in to comment.