-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMR-9241 update packge.json for graph-db
- Loading branch information
1 parent
a33b215
commit 7b17eb1
Showing
4 changed files
with
11,452 additions
and
23,898 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:18 | ||
FROM node:16 | ||
|
||
# Create and define the node_modules's cache directory. | ||
RUN mkdir /usr/src/cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:18 | ||
FROM node:16 | ||
|
||
WORKDIR /app | ||
RUN mkdir /app/artifacts | ||
|
Oops, something went wrong.