Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
using pnpm all way along
  • Loading branch information
Wiran-Larbi authored Apr 26, 2024
1 parent 32ab32f commit 055a50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ WORKDIR /app

COPY package*.json ./

RUN npm install -D tailwindcss postcss autoprefixer

RUN npm install -g @pnpm/exe && pnpm install
RUN pnpm install -D tailwindcss postcss autoprefixer

COPY . .

Expand Down

0 comments on commit 055a50d

Please sign in to comment.