6 lines
75 B
Text
6 lines
75 B
Text
|
#!/bin/bash
|
||
|
|
||
|
pnpm install &&
|
||
|
pnpm run build &&
|
||
|
docker build -t lightning .
|