File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
satellite-connector-to-vpc-vsi/ce-job Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ FROM gcr.io/distroless/nodejs20-debian12
1515COPY --from=build-env /app /app
1616WORKDIR /app
1717EXPOSE 8080
18- ENTRYPOINT ["app.js" ]
18+ CMD ["app.js" ]
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ RUN npm install
1212FROM gcr.io/distroless/nodejs20-debian12
1313COPY --from=build-env /app /app
1414WORKDIR /app
15- ENTRYPOINT ["job.js" ]
15+ CMD ["job.js" ]
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ FROM gcr.io/distroless/nodejs20-debian12
88COPY --from=build-env /app /app
99WORKDIR /app
1010EXPOSE 8080
11- ENTRYPOINT ["server.js" ]
11+ CMD ["server.js" ]
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ RUN npm install
1111FROM gcr.io/distroless/nodejs20-debian12
1212COPY --from=build-env /job /job
1313WORKDIR /job
14- ENTRYPOINT ["job.mjs" ]
14+ CMD ["job.mjs" ]
You can’t perform that action at this time.
0 commit comments