diff options
Diffstat (limited to 'Containerfile')
-rw-r--r-- | Containerfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Containerfile b/Containerfile new file mode 100644 index 0000000..3f2d866 --- /dev/null +++ b/Containerfile @@ -0,0 +1,3 @@ +FROM docker.io/ubuntu +COPY --chmod=755 miniserve /app/ +ENTRYPOINT ["/app/miniserve"] |