mirror of https://github.com/EdgeVPNio/tools.git
updated dockerfile for mongodb seperation
parent
84c73ad8ff
commit
277430f6c3
|
@ -4,8 +4,6 @@ RUN apt-get install -y git
|
||||||
RUN apt-get install -y curl
|
RUN apt-get install -y curl
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_15.x | bash -
|
RUN curl -sL https://deb.nodesource.com/setup_15.x | bash -
|
||||||
RUN apt-get install nodejs
|
RUN apt-get install nodejs
|
||||||
RUN apt-get install -y wget
|
|
||||||
RUN apt-get update
|
|
||||||
RUN git clone https://github.com/EdgeVPNio/portal.git
|
RUN git clone https://github.com/EdgeVPNio/portal.git
|
||||||
WORKDIR "/portal"
|
WORKDIR "/portal"
|
||||||
RUN npm install --legacy-peer-deps
|
RUN npm install --legacy-peer-deps
|
||||||
|
|
Loading…
Reference in New Issue