Skip to content

Commit cb288c6

Browse files
committed
🚑 hotfix dependencies
modified: Dockerfile
1 parent 4094b5f commit cb288c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN go mod download
1414
# Copy the go source
1515
COPY main.go main.go
1616
# COPY api/ api/
17-
COPY controllers/ controllers/
17+
COPY . .
1818

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

0 commit comments

Comments
 (0)