Skip to content

Commit

Permalink
Merge pull request apache#27386 from Restore trailing slash in Docker…
Browse files Browse the repository at this point in the history
…file.

Restore trailing slash accidentally removed in apache#25665
  • Loading branch information
robertwb authored Jul 7, 2023
2 parents 4ba5e43 + f643872 commit dbf9ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/typescript/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit dbf9ecc

Please sign in to comment.