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:
parent
e30c41e841
commit
d9d8363322
7 changed files with 5917 additions and 4766 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Dockerfile
|
||||
FROM node:18-alpine
|
||||
FROM node:17-alpine
|
||||
|
||||
# create destination directory
|
||||
RUN mkdir -p /usr/src/nuxt-app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue