fix: typo

This commit is contained in:
abeimler 2023-01-19 15:33:15 +01:00
parent 4556f8870e
commit fb631676d0
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM ubuntu:22.04 AS base
RUN apt-get update -qq
RUN apt-get update -qq
RUN apt-get install -y --no-install-recommends nodejs
# add setup-cpp.js
@ -28,4 +28,4 @@ FROM gcr.io/distroless/cc as runner
# copy the built binaries and their runtime dependencies
COPY --from=builder /home/app/build/my_exe/Release/ /home/app/
WORKDIR /home/app/
ENTRYPOINT ["./my_exe"]s
ENTRYPOINT ["./my_exe"]