Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
agrimmer authored Nov 11, 2024
1 parent ae1b2c5 commit 73e8dd7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Pull in the layer of the base image: alpine:3.20
FROM alpine:3.20

# Copy binary demo to the folder `/bin/`
COPY demo /bin/demo

# Run the service demo when a container is launched
CMD ["/bin/demo"]

0 comments on commit 73e8dd7

Please sign in to comment.