Skip to content

Commit

Permalink
Fix commit sha not being included in docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasr8 committed Nov 24, 2023
1 parent db06487 commit ee7e48e
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
@@ -1,8 +1,11 @@
FROM node:20-alpine AS builder

RUN apk add --update git

ENV NODE_ENV production
WORKDIR /app

COPY .git .git
COPY package.json package-lock.json ./
COPY tailwind.config.js .
COPY tsconfig.json .
Expand Down

0 comments on commit ee7e48e

Please sign in to comment.