Removed package-lock.json, such that it is automatically updated during install. It seems that at this point, we might have more problems with stale package-lock.json than with incompatible dependencies.
This commit is contained in:
parent
1f1cf81a17
commit
c00bd68123
1 changed files with 0 additions and 4 deletions
|
@ -4,13 +4,9 @@ RUN apk add --update pwgen netcat-openbsd python make gcc git g++ bash
|
|||
|
||||
# First install dependencies
|
||||
COPY server/package.json /app/server/package.json
|
||||
COPY server/package-lock.json /app/server/package-lock.json
|
||||
COPY client/package.json /app/client/package.json
|
||||
COPY client/package-lock.json /app/client/package-lock.json
|
||||
COPY shared/package.json /app/shared/package.json
|
||||
COPY shared/package-lock.json /app/shared/package-lock.json
|
||||
COPY zone-mta/package.json /app/zone-mta/package.json
|
||||
COPY zone-mta/package-lock.json /app/zone-mta/package-lock.json
|
||||
|
||||
WORKDIR /app/
|
||||
|
||||
|
|
Loading…
Reference in a new issue