1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-03-04 05:38:08 +00:00
mobilizon/js/docker/entrypoint.sh

6 lines
59 B
Bash
Raw Normal View History

#!/bin/bash
npm install
npm rebuild node-sass
2018-11-30 09:48:41 +01:00
npm run dev