Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
k0stik committed Aug 6, 2024
1 parent 19f9576 commit 1993259
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 96 deletions.
1 change: 1 addition & 0 deletions dockerfiles/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ WORKDIR /opt/app
# when we change our application's nodejs dependencies:
# https://stackoverflow.com/questions/35774714/how-to-cache-the-run-npm-install-instruction-when-docker-build-a-dockerfile
COPY package.json package.json
COPY package-lock.json package-lock.json

RUN npm install

Expand Down
125 changes: 30 additions & 95 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "@mat3ra/tsconfig/tsconfig-react-jsx.json",
"extends": "@mat3ra/tsconfig/tsconfig-react-jsx.json"
}

0 comments on commit 1993259

Please sign in to comment.