aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorBohdan Horbeshko <bodqhrohro@gmail.com>2024-03-29 14:39:10 +0300
committerBohdan Horbeshko <bodqhrohro@gmail.com>2024-03-29 14:39:10 +0300
commit908bd76aacfae7ae11b49e83da060232703bfa4f (patch)
treec49d52cf07889697505484185858081f896a11c2 /Dockerfile
parent67c38823f2b053928c6c0a5a13261b891e9db4d3 (diff)
Add staging.Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 6fea570..c3858e9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -29,7 +29,7 @@ WORKDIR /src
RUN make ${MAKEOPTS}
FROM scratch AS telegabber
-COPY --from=build /src/telegabber /usr/local/bin/
+COPY --from=build /src/release/telegabber /usr/local/bin/
ENTRYPOINT ["/usr/local/bin/telegabber"]
FROM scratch AS binaries