Skip to content

Commit

Permalink
buildfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Dec 20, 2022
1 parent 1f02ad5 commit 8cde3b8
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 185 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ WORKDIR /app

COPY . /app/

RUN yarn \
&& yarn build
RUN yarn && yarn build

RUN yarn global add yaml2json

Expand Down
Loading

0 comments on commit 8cde3b8

Please sign in to comment.