Dockerfile: path builds producing brick image

This commit is contained in:
Jae Lo Presti 2023-01-08 11:26:35 +00:00
parent ca6404a639
commit 81584f2468

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