We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7669834 commit a201c11Copy full SHA for a201c11
Dockerfile
@@ -22,6 +22,7 @@ WORKDIR /parse-hipaa-dashboard
22
COPY --from=build /parse-hipaa-dashboard/node_modules /parse-hipaa-dashboard/node_modules
23
COPY /src/index.js ./index.js
24
RUN mkdir lib
25
+COPY /src/parse-dashboard-config.json ./lib/parse-dashboard-config.json
26
27
USER node
28
0 commit comments