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:
commit
c4f5b5d521
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue