mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 10:10:00 +02:00
🐛 Install corepack and yarn globally as user on devenv dockerfile
This commit is contained in:
parent
aae8295795
commit
65504fbd91
1 changed files with 8 additions and 0 deletions
|
@ -277,6 +277,14 @@ RUN set -eux; \
|
||||||
./emsdk activate latest; \
|
./emsdk activate latest; \
|
||||||
rustup target add wasm32-unknown-emscripten;
|
rustup target add wasm32-unknown-emscripten;
|
||||||
|
|
||||||
|
USER penpot
|
||||||
|
|
||||||
|
RUN set -eux; \
|
||||||
|
corepack enable; \
|
||||||
|
corepack install -g yarn@4.3.1;
|
||||||
|
|
||||||
|
USER root
|
||||||
|
|
||||||
WORKDIR /home
|
WORKDIR /home
|
||||||
|
|
||||||
COPY files/nginx.conf /etc/nginx/nginx.conf
|
COPY files/nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue