updated dockerfile for mongodb seperation

visualizer
Prajwala 2021-03-01 10:19:33 -05:00 committed by GitHub
parent 84c73ad8ff
commit 277430f6c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ RUN apt-get install -y git
RUN apt-get install -y curl
RUN curl -sL https://deb.nodesource.com/setup_15.x | bash -
RUN apt-get install nodejs
RUN apt-get install -y wget
RUN apt-get update
RUN git clone https://github.com/EdgeVPNio/portal.git
WORKDIR "/portal"
RUN npm install --legacy-peer-deps