Support other webapp types (react, static). #721

Merged
telackey merged 8 commits from telackey/webapp-detect into main 2024-02-03 00:04:06 +00:00
Showing only changes of commit df2c7fff39 - Show all commits

View File

@ -8,4 +8,4 @@ RUN rm -rf node_modules build .next*
RUN /scripts/build-app.sh /app build /data
FROM cerc/webapp-base:local
COPY --from=builder /data /data
COPY --from=builder /data /data