Update documentation and links

This commit is contained in:
Kevin Thomas
2022-04-15 16:10:57 -07:00
parent 0a6bf8b44d
commit 06d4f10208
6 changed files with 15 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
FROM node:14
LABEL maintainer="me@kevinthomas.dev"
LABEL maintainer="kaythomas@pm.me"
WORKDIR /var/noisedash
COPY package*.json ./
RUN npm install