Skip to content

Commit

Permalink
time for CI whackamole
Browse files Browse the repository at this point in the history
  • Loading branch information
iggy committed Feb 5, 2024
1 parent bef043c commit 324ae85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN ["go", "mod", "download"]

COPY ./ /app/
ENV CGO_ENABLED=0
RUN ["go", "build", "-ldflags='-extldflags=-static'", "./cmd/api/"]
RUN ["go", "build", "-ldflags=\"-extldflags=-static\"", "./cmd/api/"]
# RUN ["find", "."]

# we need edge because we built packages for edge
Expand Down

0 comments on commit 324ae85

Please sign in to comment.