6 lines
55 B
Bash
6 lines
55 B
Bash
|
#!/bin/bash
|
||
|
set -euo pipefail
|
||
|
|
||
|
cd /opt/app
|
||
|
npm install
|