5 lines
81 B
Bash
5 lines
81 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
(cd ./front && npm install && npm run build)
|
||
|
|
|
||
|
|
docker build -t doof .
|