Skip to content

Commit

Permalink
fix: dynamic library on prod container
Browse files Browse the repository at this point in the history
  • Loading branch information
eryalito committed Nov 10, 2024
1 parent 9ce6607 commit 45c0ab4
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 @@ -10,7 +10,7 @@ COPY . .

RUN go build -o /app/main .

FROM scratch
FROM ubuntu:24.04

COPY --from=build /app/main /app/main

Expand Down

0 comments on commit 45c0ab4

Please sign in to comment.