Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
4bfed00a3f4078c8d85eab8fe9d956cef6a58503
/
.
/
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