Update Dockerfile
This commit is contained in:
parent
73a95740a0
commit
cab30b7a7d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ WORKDIR /app
|
|||
|
||||
# Copy the files needed to install deps
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn install
|
||||
RUN yarn install --cpu=x64 --os=linux --libc=musl --frozen-lockfile
|
||||
|
||||
## BUILD STEP
|
||||
# Rebuild the source code only when needed
|
||||
|
|
Loading…
Reference in a new issue