8 lines
51 B
Bash
8 lines
51 B
Bash
#!/bin/sh
|
|
|
|
cd /usr/src/app
|
|
|
|
npm install
|
|
|
|
npm start
|