Skip to content

Commit

Permalink
fix: add COMMIT_HASH to Dockerfile to ensure deployments (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega authored Jan 26, 2024
1 parent 3b24c67 commit 66258bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ WORKDIR /vulkan-sdt
ARG VULKAN_DLL_PATH
COPY ${VULKAN_DLL_PATH} .

ARG COMMIT_HASH
RUN setx /M COMMIT_HASH ${COMMIT_HASH}

RUN setx /M PATH "%PATH%;C:/vulkan-sdt"

WORKDIR /app/api
Expand Down

0 comments on commit 66258bc

Please sign in to comment.