Skip to content

Commit fb63167

Browse files
committed
fix: typo
1 parent 4556f88 commit fb63167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/docker/ubuntu_node.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:22.04 AS base
22

3-
RUN apt-get update -qq
3+
RUN apt-get update -qq
44
RUN apt-get install -y --no-install-recommends nodejs
55

66
# add setup-cpp.js
@@ -28,4 +28,4 @@ FROM gcr.io/distroless/cc as runner
2828
# copy the built binaries and their runtime dependencies
2929
COPY --from=builder /home/app/build/my_exe/Release/ /home/app/
3030
WORKDIR /home/app/
31-
ENTRYPOINT ["./my_exe"]s
31+
ENTRYPOINT ["./my_exe"]

0 commit comments

Comments
 (0)