diff --git a/Docker/Dockerfile b/Docker/Dockerfile new file mode 100644 index 0000000..ca14e53 --- /dev/null +++ b/Docker/Dockerfile @@ -0,0 +1,6 @@ +# Use Alpine +FROM alpine:latest + +# Copy Binary (Currently Just a file) +Copy ../Build/app +