mirror of
https://gh.wpcy.net/https://github.com/elementor/wp2static.git
synced 2026-05-27 19:30:55 +08:00
5 lines
No EOL
92 B
Bash
Executable file
5 lines
No EOL
92 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker run --rm --interactive --tty \
|
|
--volume $PWD:/app \
|
|
composer install |