blob: d546bbd06346b85a8f2be3ca815a2034d469aea0 [file] [log] [blame]
Giorgi Lekveishvili970316a2023-11-08 13:07:35 +04001FROM alpine:latest
2
3ARG TARGETARCH
4
5COPY apps /pcloud/apps
6
7COPY server_${TARGETARCH} /usr/bin/app-repository
8RUN chmod +x /usr/bin/app-repository