Skip to content

Commit 5a59443

Browse files
committed
move build process to node v16.13.2
1 parent e8ae6c3 commit 5a59443

File tree

35 files changed

+8712
-6456
lines changed

35 files changed

+8712
-6456
lines changed

Chrome_Results.ods

322 Bytes
Binary file not shown.

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get install -y python3 m4 libtinfo5 libghc-zlib-dev rsync ghc haskell-st
1414

1515
ENV NVM_DIR /usr/local/nvm
1616
RUN mkdir -p $NVM_DIR
17-
ENV NODE_VERSION 14.17.0
17+
ENV NODE_VERSION 16.13.2
1818
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash
1919

2020
# install node and npm
@@ -38,6 +38,7 @@ RUN npm install
3838
# Volume before chown changes owwner
3939
VOLUME /src
4040
VOLUME /build
41+
COPY package.json /build
4142
WORKDIR /build
4243

4344
# Install rust

0 commit comments

Comments
 (0)