Add support for pnpm as a webapp build tool. #767

Merged
telackey merged 4 commits from telackey/pnpm into main 2024-02-26 23:31:54 +00:00
Showing only changes of commit 65df417917 - Show all commits

View File

@ -5,7 +5,7 @@ ARG CERC_BUILD_OUTPUT_DIR
WORKDIR /app
COPY . .
RUN rm -rf node_modules build .next*
RUN rm -rf node_modules build dist .next*
RUN /scripts/build-app.sh /app /data
FROM cerc/webapp-base:local