mirror of
https://github.com/gotify/server.git
synced 2024-01-28 15:20:56 +03: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"]
|