forked from external-repos/noisedash
Change base docker image to node:14
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node
|
||||
FROM node:14
|
||||
LABEL maintainer="me@kevinthomas.dev"
|
||||
WORKDIR /var/noisedash
|
||||
COPY package*.json ./
|
||||
|
||||
Reference in New Issue
Block a user