Skip to content
Snippets Groups Projects
Commit 0551901f authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix: add neon build for production (duniter)

parent a1bd4fbe
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ COPY . .
RUN rm -rf /app/node_modules
RUN npm install
RUN npm run tsc
RUN cd node_modules/duniter/neon/ && NODE_ENV=production ./build.sh
FROM node:9 as build-front
COPY --from=build-back /app /app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment