diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2024-03-29 14:39:10 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2024-03-29 14:39:10 +0300 |
commit | 908bd76aacfae7ae11b49e83da060232703bfa4f (patch) | |
tree | c49d52cf07889697505484185858081f896a11c2 /Dockerfile | |
parent | 67c38823f2b053928c6c0a5a13261b891e9db4d3 (diff) |
Add staging.Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |