Skip to content

Commit

Permalink
Missing Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
caruccio committed Jul 10, 2024
1 parent 9dc261f commit 0d3e550
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ARG BUILDER
FROM $BUILDER AS builder

FROM ubuntu:24.04
COPY --from=builder /usr/local/sbin/nutcracker /
RUN mkdir /conf
ENTRYPOINT [ "/nutcracker" ]

0 comments on commit 0d3e550

Please sign in to comment.