This commit is contained in:
2023-12-26 23:42:14 +08:00
parent 2405c8ae7c
commit be631eb932

View File

@@ -19,5 +19,6 @@ Please visit the project documentation site for help to use and contribute to th
```shell ```shell
cp docker-stacks/images/base-notebook/* ./spawnerdockerfile/ cp docker-stacks/images/base-notebook/* ./spawnerdockerfile/
cd spawnerdockerfile
docker buildx build -t hotwa/notebook:latest . -f Dockerfile.base-notebook --load docker buildx build -t hotwa/notebook:latest . -f Dockerfile.base-notebook --load
``` ```