Skip to content

Commit

Permalink
Fixing copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
mguaylam committed Jul 12, 2024
1 parent b604472 commit 1416ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ COPY *.go ./
RUN CGO_ENABLED=0 go build -ldflags "-s -w" -o ./communautoFinderBot
RUN go clean -cache -testcache -fuzzcache -modcache

FROM scratch
COPY from=build /app /app
FROM alpine
COPY --from=build /app /app

EXPOSE 8443 8444

Expand Down

0 comments on commit 1416ef2

Please sign in to comment.