Skip to content
Snippets Groups Projects
Commit fe24ef42 authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

Add postinstall script in dockerfile

parent 45180770
Branches
No related tags found
1 merge request!3v1.1.0
Pipeline #2900 passed
...@@ -9,6 +9,9 @@ RUN npm install ...@@ -9,6 +9,9 @@ RUN npm install
# Copy the project # Copy the project
COPY . /app COPY . /app
# Launch postinstall script (to include crypto module)
RUN npm run postinstall
ARG conf ARG conf
# Building the Angular app /dist # Building the Angular app /dist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment