mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-08 09:34:16 +00:00
Fix dev dockerfile (#2444)
This commit is contained in:
parent
be9a2c7950
commit
167d5c991e
|
@ -1,6 +1,6 @@
|
||||||
FROM node:20-alpine as builder
|
FROM node:20-alpine as builder
|
||||||
RUN apk update && apk add curl python3 build-base gcc wget git --no-cache
|
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
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue