-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added CDex questionnaire as task input support
- Loading branch information
1 parent
c5bc6e1
commit 98a69ee
Showing
19 changed files
with
23,405 additions
and
126 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 |
---|---|---|
|
@@ -66,5 +66,5 @@ typings/ | |
|
||
## webpacked bundle files | ||
*.bundle.js | ||
db.json | ||
databaseData/db.json | ||
.DS_Store |
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:14-alpine | ||
FROM node:16-alpine | ||
WORKDIR /home/node/app/dtr | ||
COPY --chown=node:node . . | ||
RUN npm install | ||
|
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:14-alpine | ||
FROM node:16-alpine | ||
WORKDIR /home/node/app/dtr | ||
COPY --chown=node:node . . | ||
RUN npm install | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.