Closed wuhanstudio closed 3 years ago
Hi,
After removing build cache from previous docker layers, I notice that the only thing it does in docker_setup.sh is yarn build.
yarn build
Perhaps it's better to put it in the Dockerfile, so that all docker related setup can be found in a single folder.
Thanks @wuhanstudio. Let me merge it.
Hi,
After removing build cache from previous docker layers, I notice that the only thing it does in docker_setup.sh is
yarn build
.Perhaps it's better to put it in the Dockerfile, so that all docker related setup can be found in a single folder.