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

Add postinstall cmd in dockerfile

parent 0195c36c
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -6,6 +6,7 @@ COPY ./package.json /app/package.json
WORKDIR /app
# Install npm dependencies
RUN npm install
RUN npm run postinstall
# Copy the project
COPY . /app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment