Skip to content
Snippets Groups Projects
Commit e03ed9a4 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Fixed the node build image version.

parent fb9d37ad
Branches
Tags
1 merge request!172V0.8.9
...@@ -77,7 +77,7 @@ RUN \ ...@@ -77,7 +77,7 @@ RUN \
find /usr/local/lib/python3.7/site-packages/ -name '*.so' -print -exec sh -c 'file "{}" | grep -q "not stripped" && strip -s "{}"' \; find /usr/local/lib/python3.7/site-packages/ -name '*.so' -print -exec sh -c 'file "{}" | grep -q "not stripped" && strip -s "{}"' \;
# Built the GUI in the gui build image # Built the GUI in the gui build image
FROM node:latest as gui_build FROM node:14.8 as gui_build
RUN mkdir -p /app RUN mkdir -p /app
WORKDIR /app WORKDIR /app
ENV PATH /app/node_modules/.bin:$PATH ENV PATH /app/node_modules/.bin:$PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment