File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ENV PYTHONUNBUFFERED 1
1616
1717RUN apk add --update --no-cache --virtual .tmp-build-deps \
1818 gcc libc-dev linux-headers postgresql-dev \
19- && apk add libffi-dev
19+ && apk add libffi-dev nodejs npm
2020
2121# install dependencies
2222RUN pip install --upgrade pip
Original file line number Diff line number Diff line change 88 "build-conference" : " cross-env BUILD_TARGET=conference vite build" ,
99 "build-dashboard" : " cross-env BUILD_TARGET=app-dashboard vite build" ,
1010 "build" : " cross-env BUILD=production npm-run-all --parallel build-participant build-conference build-dashboard" ,
11+ "build-dev" : " npm-run-all build-participant build-conference build-dashboard" ,
1112 "watch-participant" : " cross-env BUILD_TARGET=participant vite build --watch --sourcemap" ,
1213 "watch-conference" : " cross-env BUILD_TARGET=conference vite build --watch --sourcemap" ,
1314 "watch-dashboard" : " cross-env BUILD_TARGET=app-dashboard vite build --watch --sourcemap" ,
You can’t perform that action at this time.
0 commit comments