Had commented out the wrong line in the Dockerfile
This commit is contained in:
parent
caa2f2a161
commit
65b7aa9d4c
2 changed files with 3 additions and 3 deletions
|
|
@ -5,8 +5,8 @@ WORKDIR /usr/src/app
|
|||
|
||||
# Install app dependencies
|
||||
COPY package*.json ./
|
||||
COPY .npmrc ./
|
||||
#COPY yarn.lock ./
|
||||
#COPY .npmrc ./
|
||||
COPY yarn.lock ./
|
||||
RUN yarn install --frozen-lockfile
|
||||
|
||||
# Build and test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue