This commit is contained in:
Thomas E Lackey 2024-02-02 14:15:28 -06:00
parent 8fa7efc2c5
commit df2c7fff39

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