mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-14 07:39:29 -07:00
Pin Node to v16. Workaround for netbymatt/ws4kp#24
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:18-alpine
|
||||
FROM node:16-alpine
|
||||
WORKDIR /app
|
||||
|
||||
COPY package*.json .
|
||||
|
||||
Reference in New Issue
Block a user