version 1
the reminder not showing content on the card at dashboard view and the quizes are hardcoded must move to the db make api's for it
This commit is contained in:
12
backend/node_modules/plaid/Dockerfile
generated
vendored
Normal file
12
backend/node_modules/plaid/Dockerfile
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# Note: This image is also built in CircleCI, so limit references to internal repositories.
|
||||
FROM node:15
|
||||
|
||||
# Create app directory
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
# Copy app to directory
|
||||
COPY . /usr/src/app
|
||||
|
||||
RUN npm install
|
||||
|
||||
CMD ["make", "test"]
|
||||
Reference in New Issue
Block a user