Merge pull request 'Dockerfile: fix build that produces borked image' (#9431) from jae/calckey:jae/dockerfile-patch-3 into develop

Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9431
This commit is contained in:
Cleo 2023-01-08 14:58:54 +00:00
commit c4f5b5d521

View file

@ -17,7 +17,7 @@ RUN yarn install --immutable
RUN yarn plugin import workspace-tools
# Build project (pnp dependencies are installed)
RUN yarn run rebuild
RUN yarn run build
# Remove git files
RUN rm -rf .git