mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-18 14:08:06 +00:00
Change base docker image to node
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM node:14-alpine
|
FROM node
|
||||||
LABEL maintainer="me@kevinthomas.dev"
|
LABEL maintainer="me@kevinthomas.dev"
|
||||||
WORKDIR /var/noisedash
|
WORKDIR /var/noisedash
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|||||||
Reference in New Issue
Block a user