Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
4bfed00a3f4078c8d85eab8fe9d956cef6a58503
/
.
/
apps
/
url-shortener
/
Dockerfile
blob: 2de1afaf65ba291b9dce109dcea2272bf80c2ba5 [
file
] [
log
] [
blame
]
Giorgi Lekveishvili
cefecf1
2024-02-07 16:15:29 +0400
[
diff
] [
blame
]
1
FROM alpine
:
latest
2
3
ARG TARGETARCH
4
5
COPY url
-
shortener_$
{
TARGETARCH
}
/
usr
/
bin
/
url
-
shortener
6
RUN chmod
+
x
/
usr
/
bin
/
url
-
shortener