Attempting to fix automation problems
This commit is contained in:
parent
8d35d69efa
commit
caa2f2a161
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ WORKDIR /usr/src/app
|
|||
# Install app dependencies
|
||||
COPY package*.json ./
|
||||
COPY .npmrc ./
|
||||
COPY yarn.lock ./
|
||||
#COPY yarn.lock ./
|
||||
RUN yarn install --frozen-lockfile
|
||||
|
||||
# Build and test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue