Skip to content

Commit

Permalink
Merge pull request #60 from RIKEN-RCCS/maintenance2022
Browse files Browse the repository at this point in the history
add package-lock.json to build container
  • Loading branch information
so5 authored Nov 15, 2024
2 parents c29800e + 0752ca5 commit c22b3aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ WORKDIR /usr/src/
RUN apt-get update && apt -y install bzip2 python3 g++ build-essential
# build WHEEL
COPY package.json package.json
COPY package-lock.json package-lock.json
COPY server server
COPY client client
RUN npm install
RUN npm install -w server -w client
WORKDIR /usr/src/client
RUN npm run build

Expand Down
2 changes: 1 addition & 1 deletion server/app/db/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": "2024-1115-221043" }
{"version": "2024-1116-080832" }

0 comments on commit c22b3aa

Please sign in to comment.