Skip to content

Commit

Permalink
Updated Dockerfile. (#150)
Browse files Browse the repository at this point in the history
Update for the package-lock.json.
Removed node-sass dev library.
I had to use 16.15 locally to make this work.
  • Loading branch information
seeker25 authored May 7, 2022
1 parent 0d32483 commit fe88513
Show file tree
Hide file tree
Showing 3 changed files with 29,728 additions and 4,901 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.15.1 as build-stage
FROM node:16.14.2 as build-stage
WORKDIR /app
COPY ./package*.json ./
RUN npm install
Expand Down
Loading

0 comments on commit fe88513

Please sign in to comment.