This is an automated email from the ASF dual-hosted git repository.
robertwb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new f643872f0b7 Restore trailing slash accidentally removed in
https://github.com/apache/beam/pull/25665
new dbf9ecce8f5 Merge pull request #27386 from Restore trailing slash in
Dockerfile.
f643872f0b7 is described below
commit f643872f0b73b4412ea333725a1eb9a10f0962c5
Author: Robert Bradshaw <[email protected]>
AuthorDate: Thu Jul 6 17:09:37 2023 -0700
Restore trailing slash accidentally removed in
https://github.com/apache/beam/pull/25665
---
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"]