Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
4586b4bd87f7c8ef083ad650b63a8aa1a04dd62a
/
.
/
core
/
installer
/
Dockerfile
blob: 0b3f04b6e3bfba19706aae313e5191c0d4a01302 [
file
] [
log
] [
blame
]
Giorgi Lekveishvili
0ccd148
2023-06-21 15:02:24 +0400
[
diff
] [
blame
]
1
FROM alpine
:
latest
2
3
ARG TARGETARCH
4
5
COPY tmp
/
charts
/
charts
6
7
COPY server_$
{
TARGETARCH
}
/
usr
/
bin
/
pcloud
-
installer
8
RUN chmod
+
x
/
usr
/
bin
/
pcloud
-
installer