diff options
author | cyqsimon <28627918+cyqsimon@users.noreply.github.com> | 2022-09-15 18:56:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-15 18:56:02 +0000 |
commit | 82a3207671e3a01eb011129e1f34b653ca7eb39c (patch) | |
tree | df7667ba5db89c496db7a26e2628f32e56f17f65 /Containerfile | |
parent | Add tooltip on QR code (diff) | |
parent | Merge pull request #902 from kianmeng/fix-typos (diff) | |
download | miniserve-82a3207671e3a01eb011129e1f34b653ca7eb39c.tar.gz miniserve-82a3207671e3a01eb011129e1f34b653ca7eb39c.zip |
Merge branch 'master' into qrcode
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"] |