Skip to content

Commit

Permalink
Merge pull request #4798 from thematters/develop
Browse files Browse the repository at this point in the history
Release: v5.6.0
  • Loading branch information
gary02 authored Aug 29, 2024
2 parents a35e6fa + 1051ed8 commit eb59245
Show file tree
Hide file tree
Showing 313 changed files with 9,443 additions and 1,912 deletions.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.16
FROM node:18

# install os level packages
RUN apt-get update && apt-get -y install \
Expand All @@ -9,6 +9,7 @@ RUN apt-get update && apt-get -y install \
# install node dependencies
WORKDIR /var/app
COPY package*.json ./
COPY .npmrc ./
RUN npm i

CMD ["npm", "run", "start"]
Loading

0 comments on commit eb59245

Please sign in to comment.