Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
908bb851e18b122c07664f950f5d25d6be8ec905
/
.
/
apps
/
url-shortener
/
Dockerfile
blob: 2de1afaf65ba291b9dce109dcea2272bf80c2ba5 [
file
] [
log
] [
blame
]
FROM alpine
:
latest
ARG TARGETARCH
COPY url
-
shortener_$
{
TARGETARCH
}
/
usr
/
bin
/
url
-
shortener
RUN chmod
+
x
/
usr
/
bin
/
url
-
shortener