mirror of
https://github.com/gotify/server.git
synced 2026-06-07 23:37:06 +08:00
6 lines
101 B
Docker
6 lines
101 B
Docker
FROM riscv64/debian:sid-slim
|
|
WORKDIR /app
|
|
ADD gotify-app /app/
|
|
EXPOSE 80
|
|
ENTRYPOINT ["./gotify-app"]
|