mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-05 21:07:58 +00:00
9 lines
127 B
Docker
9 lines
127 B
Docker
FROM alpine
|
|
ARG TARGETARCH
|
|
|
|
EXPOSE 8080
|
|
|
|
COPY stupgrades-linux-${TARGETARCH} /bin/stupgrades
|
|
|
|
ENTRYPOINT [ "/bin/stupgrades" ]
|