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

Removing verdaccio from dockerfile

parent d268c507
Branches
Tags
1 merge request!19Development
Pipeline #
......@@ -5,7 +5,7 @@ FROM node:8.10.0 as builder
COPY ./package.json /app/package.json
WORKDIR /app
# Install npm dependencies
RUN npm install --registry=http://alpha02:4873
RUN npm install
# 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