This commit is contained in:
Thomas E Lackey 2024-02-02 14:47:58 -06:00
parent c6a8a2324e
commit 58d6adf4cf

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