Skip to content

Commit 2f21025

Browse files
authored
Merge pull request #57 from kaythomas0/v0.6.11
v0.6.11
2 parents f442d48 + bdbbdee commit 2f21025

File tree

3 files changed

+15675
-436
lines changed

3 files changed

+15675
-436
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM node:14
1+
FROM node:16
22
LABEL maintainer="[email protected]"
33
WORKDIR /var/noisedash
44
COPY package*.json ./
5-
RUN npm install
5+
RUN npm install --force
66
COPY . .
77
ENV NODE_ENV production
88
RUN npm run build

0 commit comments

Comments
 (0)