mirror of
https://github.com/syncthing/syncthing.git
synced 2026-02-23 01:55:52 -05: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" ]
|