Skip to content

Commit

Permalink
Merge pull request #1122 from LukasForst/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep authored Dec 6, 2024
2 parents 1bf6eba + c0e9a5c commit b155052
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 @@ -7,6 +7,6 @@ RUN go build ./cmd/katana

FROM alpine:3.20.3
RUN apk add --no-cache bind-tools ca-certificates chromium
COPY --from=builder /app/katana /usr/local/bin/
COPY --from=build-env /app/katana /usr/local/bin/

ENTRYPOINT ["katana"]

0 comments on commit b155052

Please sign in to comment.