Skip to content

Commit 0c0c951

Browse files
author
Daniel Haus
committed
Add pnpm
1 parent 4b29e62 commit 0c0c951

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ RUN (curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -) \
6262
/var/www \
6363
/run/php \
6464
/etc/service/nginx \
65-
/etc/service/phpfpm
65+
/etc/service/phpfpm \
66+
&& npm install -g pnpm
6667

6768
COPY nginx.conf /etc/nginx/
6869
COPY etc/*.conf /etc/nginx/conf.d/

0 commit comments

Comments
 (0)