mirror of
https://github.com/gotify/server.git
synced 2026-06-02 00:11:05 +08:00
6 lines
104 B
Docker
6 lines
104 B
Docker
FROM arm32v7/debian:stable-slim
|
|
WORKDIR /app
|
|
ADD gotify-app /app/
|
|
EXPOSE 80
|
|
ENTRYPOINT ["./gotify-app"]
|