sharded-gotify/docker/Dockerfile.armv7

5 lines
82 B
Docker

FROM arm32v7/debian
WORKDIR /app
ADD gotify-app /app/
ENTRYPOINT ["./gotify-app"]