Skip to content

Commit a201c11

Browse files
committed
add default config file to docker image
1 parent 7669834 commit a201c11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ WORKDIR /parse-hipaa-dashboard
2222
COPY --from=build /parse-hipaa-dashboard/node_modules /parse-hipaa-dashboard/node_modules
2323
COPY /src/index.js ./index.js
2424
RUN mkdir lib
25+
COPY /src/parse-dashboard-config.json ./lib/parse-dashboard-config.json
2526

2627
USER node
2728

0 commit comments

Comments
 (0)