Skip to content

Commit

Permalink
chore: Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nidotls committed Oct 22, 2024
1 parent bfe9e5d commit 91bfc82
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 @@ -15,7 +15,7 @@ RUN GOOS=linux GOARCH=amd64 go build -o /bin/whois-watcher

# Stage 3: Final
FROM ubuntu:jammy
COPY --from=builder /go/bin/playwright /bin/whois-watcher /
COPY --from=builder /bin/whois-watcher /
RUN apt-get update && apt-get install -y ca-certificates tzdata \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 91bfc82

Please sign in to comment.