Skip to content

Commit

Permalink
Added CDex questionnaire as task input support
Browse files Browse the repository at this point in the history
  • Loading branch information
bstewartlg committed Apr 22, 2024
1 parent c5bc6e1 commit 98a69ee
Show file tree
Hide file tree
Showing 19 changed files with 23,405 additions and 126 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ typings/

## webpacked bundle files
*.bundle.js
db.json
databaseData/db.json
.DS_Store
2 changes: 1 addition & 1 deletion Dockerfile
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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
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
Expand Down
5 changes: 0 additions & 5 deletions databaseData/db.json

This file was deleted.

Loading

0 comments on commit 98a69ee

Please sign in to comment.