Skip to content

Commit

Permalink
making good the releasing process
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdiooa committed Jan 28, 2024
1 parent 2992800 commit 6fc7adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ COPY . .

RUN make build

FROM scratch as scratch
FROM alpine:latest
COPY --from=build /app/bin/zeroward /bin/zeroward
CMD ["./zeroward"]
CMD ["/bin/zeroward"]

0 comments on commit 6fc7adc

Please sign in to comment.