Spaces:
Sleeping
Sleeping
docker buildx build \ | |
-f Dockerfile \ | |
--tag dev-$(basename `git rev-parse --show-toplevel`) \ | |
. \ | |
&& docker run -it \ | |
--rm \ | |
--mount type=bind,source="$(pwd)/src",target=/opt/src \ | |
--env-file .env \ | |
-p 7860:7860 \ | |
dev-$(basename `git rev-parse --show-toplevel`) \ | |
bash | |