mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
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
fc3bb21b80
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue