mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -07:00
Dockerfile: path builds producing brick image
This commit is contained in:
parent
5080a107b8
commit
01745e2751
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ RUN yarn install --immutable
|
||||||
RUN yarn plugin import workspace-tools
|
RUN yarn plugin import workspace-tools
|
||||||
|
|
||||||
# Build project (pnp dependencies are installed)
|
# Build project (pnp dependencies are installed)
|
||||||
RUN yarn run rebuild
|
RUN yarn run build
|
||||||
|
|
||||||
# Remove git files
|
# Remove git files
|
||||||
RUN rm -rf .git
|
RUN rm -rf .git
|
||||||
|
|
Loading…
Reference in a new issue