6 lines
115 B
Bash
Executable File
6 lines
115 B
Bash
Executable File
docker run --rm \
|
|
-v $(pwd):/app \
|
|
-w /app \
|
|
aoepeople/fe-build-env:1.2.0 \
|
|
sh -c "yarn && yarn run build"
|