Skip to content

Commit

Permalink
add package-lock to client docker
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Nov 4, 2022
1 parent cd3ff29 commit 5b2466f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion client/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
**/node_modules
**/dist
**/package-lock.json
data
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BUILD
FROM node:12 AS build
FROM node:14 AS build

# install client
WORKDIR /tmp/client
Expand Down

0 comments on commit 5b2466f

Please sign in to comment.