We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4556f88 commit fb63167Copy full SHA for fb63167
dev/docker/ubuntu_node.dockerfile
@@ -1,6 +1,6 @@
1
FROM ubuntu:22.04 AS base
2
3
-RUN apt-get update -qq
+RUN apt-get update -qq
4
RUN apt-get install -y --no-install-recommends nodejs
5
6
# add setup-cpp.js
@@ -28,4 +28,4 @@ FROM gcr.io/distroless/cc as runner
28
# copy the built binaries and their runtime dependencies
29
COPY --from=builder /home/app/build/my_exe/Release/ /home/app/
30
WORKDIR /home/app/
31
-ENTRYPOINT ["./my_exe"]s
+ENTRYPOINT ["./my_exe"]
0 commit comments