Skip to content

Commit

Permalink
Revert Node update, not working on live
Browse files Browse the repository at this point in the history
  • Loading branch information
BobChao87 committed Dec 10, 2021
1 parent 9909ecd commit 443ce51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN npm ci --also=dev --silent && mv node_modules ../
COPY . .
RUN npm run build

FROM node:lts-alpine AS host
FROM node:14-alpine AS host
ENV NODE_ENV=production HOST=0.0.0.0 DISABLE_OPENCOLLECTIVE=true
WORKDIR /oengus-webapp
COPY ["package.json", "package-lock.json*", "npm-shrinkwrap.json*", "./"]
Expand Down

0 comments on commit 443ce51

Please sign in to comment.