forked from cronicle-edge/cronicle-edge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
462dfd6
commit 3a9f123
Showing
7 changed files
with
58 additions
and
52 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 |
---|---|---|
|
@@ -28,13 +28,10 @@ COPY . /opt/cronicle | |
WORKDIR /opt/cronicle | ||
|
||
#optional step to fix vulnerabilities reported by npm | ||
#RUN npm audit fix --force | ||
RUN npm audit fix --force | ||
|
||
RUN npm install | ||
|
||
# if you run "audit fix" then you need to downgrade chart.js back to v2 (from v3) | ||
#RUN npm i [email protected] | ||
|
||
RUN node bin/build dist | ||
|
||
# protect sensitive folders | ||
|
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "Cronicle", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "A simple, distributed task scheduler and runner with a web based UI.", | ||
"author": "Joseph Huckaby <[email protected]>", | ||
"homepage": "https://github.com/jhuckaby/Cronicle", | ||
|
@@ -25,28 +25,28 @@ | |
"activedirectory2": "^2.1.0", | ||
"async": "2.6.0", | ||
"bcrypt-node": "0.1.0", | ||
"chart.js": "2.7.1", | ||
"chart.js": "^2.9.4", | ||
"codemirror": "^5.59.2", | ||
"dotenv": "^8.2.0", | ||
"font-awesome": "4.7.0", | ||
"glob": "5.0.15", | ||
"jquery": "3.3.1", | ||
"jquery": "^3.5.0", | ||
"jstimezonedetect": "1.0.6", | ||
"mdi": "1.9.33", | ||
"mkdirp": "0.5.1", | ||
"moment": "2.22.1", | ||
"moment-timezone": "0.5.32", | ||
"netmask": "1.0.6", | ||
"netmask": "^2.0.1", | ||
"openssl-wrapper": "^0.3.4", | ||
"pixl-args": "^1.0.3", | ||
"pixl-class": "^1.0.2", | ||
"pixl-cli": "^1.0.8", | ||
"pixl-config": "^1.0.5", | ||
"pixl-json-stream": "^1.0.6", | ||
"pixl-logger": "^1.0.20", | ||
"pixl-mail": "^1.0.10", | ||
"pixl-mail": "^1.0.11", | ||
"pixl-perf": "^1.0.5", | ||
"pixl-request": "^1.0.35", | ||
"pixl-request": "^1.0.36", | ||
"pixl-server": "^1.0.28", | ||
"pixl-server-api": "^1.0.2", | ||
"pixl-server-storage": "^2.0.10", | ||
|
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