Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasForst authored Dec 5, 2024
1 parent 1bf6eba commit c0e9a5c
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 c0e9a5c

Please sign in to comment.