UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit 332d0775 authored by Patrick Tafoya's avatar Patrick Tafoya
Browse files

BULL-3224 - Documentation and minor refinements.

parent 9f7b106e
No related branches found
No related tags found
1 merge request!9Bull 3224 support branches etc
......@@ -9,7 +9,7 @@ USER node
COPY --chown=node:node ./xx_project_name_xx-api/package.json ./
# install dependencies
# TODO: It would be vest to ensure npm install has been run before creating the image for the first time, then the if check can be removed
# TODO: It would be best to ensure npm install has been run before creating the image for the first time, then the if check can be removed
RUN if test -f package-lock.json ; then npm ci ; else npm i ; fi
EXPOSE 8000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment