mirror of
https://github.com/docker/docs.git
synced 2026-03-31 00:08:55 +07:00
9 lines
219 B
Bash
Executable File
9 lines
219 B
Bash
Executable File
# run this before the development container to bootstrap your local filesystem
|
|
npm install
|
|
cp app/favicon.ico app/.build/favicon.ico
|
|
make server-target
|
|
make styles-base
|
|
gulp images::dev
|
|
make images
|
|
make docker-font-dev
|