-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regression bug with active sessions (#2804)
* Fix regression bug with active sessions * dist and e-ref
- Loading branch information
1 parent
279f164
commit a3ec0d6
Showing
7 changed files
with
18 additions
and
22 deletions.
There are no files selected for viewing
Submodule e
updated
from 6378c7 to 8fb0b6
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,8 +1,9 @@ | ||
FROM node:8.11.2-slim | ||
|
||
RUN apt-get update && apt-get install -y python python-dev python-pip | ||
|
||
RUN npm i [email protected] -g | ||
# Fixes jessie repository | ||
RUN sed -i '/jessie-updates/d' /etc/apt/sources.list | ||
RUN apt-get update && apt-get install git -y && apt-get install -y python python-dev python-pip | ||
RUN npm i [email protected] -g | ||
|
||
# prepare to install only package.json dependencies | ||
RUN mkdir -p /app | ||
|
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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
web/dist/app/vendor.1d3783820436ca0292c1.js → web/dist/app/vendor.24a060de91be02b343c3.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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