Skip to content

Commit

Permalink
Fix h's Docker build after adding Tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Jul 4, 2024
1 parent 663b223 commit 76b0b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV NODE_ENV production

# Install dependencies.
WORKDIR /tmp/frontend-build
COPY package.json .yarnrc.yml yarn.lock ./
COPY package.json .yarnrc.yml yarn.lock tailwind.config.js ./
COPY .yarn ./.yarn
RUN yarn install --immutable

Expand Down

0 comments on commit 76b0b26

Please sign in to comment.