This is an automated email from the ASF dual-hosted git repository.
yhu pushed a commit to branch release-2.49.0
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/release-2.49.0 by this push:
new 2a8b9fc4e22 Restore trailing slash accidentally removed in
https://github.com/apache/beam/pull/25665 (#27393)
2a8b9fc4e22 is described below
commit 2a8b9fc4e2282048a99175f8b1b2cd6dc5f5f8c4
Author: Robert Bradshaw <[email protected]>
AuthorDate: Fri Jul 7 10:40:30 2023 -0700
Restore trailing slash accidentally removed in
https://github.com/apache/beam/pull/25665 (#27393)
Cherry pick #27386 into release-2.49.0
---
sdks/typescript/container/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdks/typescript/container/Dockerfile
b/sdks/typescript/container/Dockerfile
index a78c5d70bb1..5964d047977 100644
--- a/sdks/typescript/container/Dockerfile
+++ b/sdks/typescript/container/Dockerfile
@@ -31,5 +31,5 @@ COPY target/apache-beam.tgz ./apache-beam.tgz
# Install dependencies and compile
RUN npm install apache-beam.tgz
-COPY target/launcher/${TARGETOS}_${TARGETARCH}/boot /opt/apache/beam
+COPY target/launcher/${TARGETOS}_${TARGETARCH}/boot /opt/apache/beam/
ENTRYPOINT ["/opt/apache/beam/boot"]