mirror of
https://github.com/unpoller/unpoller.git
synced 2026-04-05 08:54:09 -04:00
docker add qemu for proper emulation add dockerfile;
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM gcr.io/distroless/static-debian11
|
||||
|
||||
COPY unpoller /usr/bin/unpoller
|
||||
|
||||
ENTRYPOINT [ "/usr/bin/unpoller" ]
|
||||
Reference in New Issue
Block a user