Add MaterializeCSS styles #1

Merged
ccm merged 6 commits from ccm-asset-pack-plugin into trunk 2026-07-31 03:07:34 +00:00
Showing only changes of commit cea68e645c - Show all commits

View File

@@ -1,6 +1,6 @@
FROM node:latest
WORKDIR /usr/src/
WORKDIR /opt/mojo_app/
COPY mojo_app/package.json .
COPY mojo_app/package-lock.json .
@@ -14,10 +14,10 @@ COPY cpanfile .
COPY cpanfile.snapshot .
COPY mojo_app ./mojo_app/
RUN cpanm Carton && carton install
RUN cpanm -nv Carton && carton install
WORKDIR /opt/app/mojo_app/
COPY --from=0 /usr/src/ .
COPY --from=0 /opt/mojo_app/ .
EXPOSE 3000