Skip to content

Commit 813e9d1

Browse files
nielsdejongalfredorubin96BennuFire
authored
Update Dockerfile to use yarn.lock (#829)
* 2.4.4 Release (#821) * fixing gantt chart, new driver version was returning {low,high} numbers * Revert "fixing gantt chart, new driver version was returning {low,high} numbers" This reverts commit 4eb9285. * fixing gantt chart, new driver version was returning {low,high} numbers * NaNs * fixing number parsing * Revert "Handle token expiration in SSO (#611)" (#815) This reverts commit 001cee1. * Fixing RBAC feature + parameters (#813) * fixed race condition, to work on other points in PR * Fixes for complex parameter types in forms * Added special case for handling cross-db label access * handling fixed grants without non-fixed grants * Added error handling to RBAC extension * Added back async modifier * bug fixin grbac --------- Co-authored-by: Alfred Rubin <[email protected]> Co-authored-by: Niels de Jong <[email protected]> * Added 2.4.4 release notes, bumped version (#818) * Removed old console.log statements --------- Co-authored-by: Alfred Rubin <[email protected]> Co-authored-by: alfredorubin96 <[email protected]> Co-authored-by: Harold Agudelo <[email protected]> * Update Dockerfile to use yarn.lock --------- Co-authored-by: Alfred Rubin <[email protected]> Co-authored-by: alfredorubin96 <[email protected]> Co-authored-by: Harold Agudelo <[email protected]>
1 parent f63c104 commit 813e9d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ WORKDIR /usr/local/src/neodash
1010

1111
# Copy sources and install/build
1212
COPY ./package.json /usr/local/src/neodash/package.json
13+
COPY ./yarn.lock /usr/local/src/neodash/yarn.lock
1314

1415
RUN yarn install
1516
COPY ./ /usr/local/src/neodash

0 commit comments

Comments
 (0)