Update Dockerfile
This commit is contained in:
parent
d12f6db69a
commit
42adbc5a10
@ -4,7 +4,7 @@ RUN apk add --no-cache yarn
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json yarn.lock ./
|
||||
COPY package.json ./
|
||||
|
||||
RUN yarn install --frozen-lockfile
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user