Skip to content
Snippets Groups Projects
Commit bca749c8 authored by Benguria Elguezabal, Gorka's avatar Benguria Elguezabal, Gorka
Browse files

removes package-lock from dockerfile

parent 270302b9
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,6 @@ FROM node:12.9.0-alpine as builder
ARG BASE_HREF
RUN mkdir -p /app
WORKDIR /app
COPY package-lock.json /app
COPY package.json /app
RUN apk add --update python make g++\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment