Dockerfile: path builds producing brick image
This commit is contained in:
parent
ca6404a639
commit
81584f2468
|
@ -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