mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-21 11:51:13 +00:00
Fix dev dockerfile (#2444)
This commit is contained in:
parent
be9a2c7950
commit
167d5c991e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM node:20-alpine as builder
|
||||
RUN apk update && apk add curl python3 build-base gcc wget git --no-cache
|
||||
RUN npm install -g pnpm
|
||||
RUN corepack enable pnpm
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
|
|
Loading…
Reference in a new issue