Skip to content

Commit

Permalink
Merge pull request #37 from ATOR-Development/leggo/phase-1/dev
Browse files Browse the repository at this point in the history
update docker with the COMMIT_HASH
  • Loading branch information
MarcoMandar authored Jun 21, 2024
2 parents 30b2c5d + f4b15d9 commit 42bcd19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ FROM node:18.16-alpine As build

RUN apk add git python3 make g++

# Accept build argument
ARG COMMIT_HASH

# Set environment variable
ENV COMMIT_HASH=${COMMIT_HASH}

RUN npm install -g pnpm

WORKDIR /usr/src/app
Expand Down

0 comments on commit 42bcd19

Please sign in to comment.