Skip to content

Commit

Permalink
add tini
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega committed Jan 23, 2024
1 parent 0b8dcf3 commit 6835eb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ RUN powershell -Command \

RUN setx /M PATH "%PATH%;C:/Node/node-v18.14.2-win-x64"

RUN Invoke-WebRequest -Uri "https://github.com/krallin/tini/releases/download/v0.19.0/tini.exe" -OutFile "C:\tini.exe"

WORKDIR /vulkan-sdt
ARG VULKAN_DLL_PATH
COPY ${VULKAN_DLL_PATH} .
Expand All @@ -93,4 +95,6 @@ COPY --from=consumer-server-build /consumer-server/package.json ./consumer-serve
COPY --from=consumer-server-build /consumer-server/yarn.lock ./consumer-server/yarn.lock
COPY --from=consumer-server-build /consumer-server/node_modules ./consumer-server/node_modules

ENTRYPOINT ["tini.exe", "--"]

CMD ["node", "./consumer-server/dist/index.js"]

0 comments on commit 6835eb0

Please sign in to comment.