Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
f9f0beec8492e05a459bd7080ad095b4cf9292bc
/
.
/
apps
/
app-repository
/
Dockerfile
blob: d546bbd06346b85a8f2be3ca815a2034d469aea0 [
file
] [
log
] [
blame
]
Giorgi Lekveishvili
970316a
2023-11-08 13:07:35 +0400
[
diff
] [
blame
]
1
FROM alpine
:
latest
2
3
ARG TARGETARCH
4
5
COPY apps
/
pcloud
/
apps
6
7
COPY server_$
{
TARGETARCH
}
/
usr
/
bin
/
app
-
repository
8
RUN chmod
+
x
/
usr
/
bin
/
app
-
repository