Updated to use pnpm

Now enforcing use of node 17 (not using 18 due to dep. issue)

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2022-06-22 21:04:13 +01:00
parent e30c41e841
commit d9d8363322
Signed by: lucxjo
GPG key ID: B140F8923EF88DA9
7 changed files with 5917 additions and 4766 deletions

View file

@ -1,5 +1,5 @@
# Dockerfile
FROM node:18-alpine
FROM node:17-alpine
# create destination directory
RUN mkdir -p /usr/src/nuxt-app