Skip to content

Commit

Permalink
Merge pull request #57 from kaythomas0/v0.6.11
Browse files Browse the repository at this point in the history
v0.6.11
  • Loading branch information
kaythomas0 authored Apr 17, 2023
2 parents f442d48 + bdbbdee commit 2f21025
Show file tree
Hide file tree
Showing 3 changed files with 15,675 additions and 436 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:14
FROM node:16
LABEL maintainer="[email protected]"
WORKDIR /var/noisedash
COPY package*.json ./
RUN npm install
RUN npm install --force
COPY . .
ENV NODE_ENV production
RUN npm run build
Expand Down
Loading

0 comments on commit 2f21025

Please sign in to comment.