Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
fcsonline committed May 7, 2021
1 parent 3c954d7 commit cbd575c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ WORKDIR /app

RUN apk update && apk add --update-cache --virtual build-dependencies python make g++ && \
yarn install --frozen-lockfile && \
yarn build && \
yarn cache clean && \
apk del build-dependencies

Expand Down

0 comments on commit cbd575c

Please sign in to comment.