Skip to content

Commit

Permalink
CI: inject build information into dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed Apr 27, 2024
1 parent eca7b12 commit c2be7b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ ARG NODE_VERSION=lts
#

FROM node:${NODE_VERSION} as build

RUN corepack enable pnpm

ARG BUILD_COMMIT
ARG BUILD_NUMBER
ARG BUILD_TIMESTAMP

# Install dependencies
WORKDIR /app
COPY package.json pnpm-lock.yaml tsconfig.json .npmrc ./
Expand Down

0 comments on commit c2be7b5

Please sign in to comment.