Skip to content

Commit

Permalink
fix(docker): use build command
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Dec 5, 2021
1 parent 746ce6a commit 532aaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ WORKDIR /srv/app/
COPY --from=development /srv/app/ ./

RUN yarn run lint \
&& yarn run generate
&& yarn run build


#######################
Expand Down

0 comments on commit 532aaeb

Please sign in to comment.