mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-17 22:39:49 +02:00
feat: first batch of work
This commit is contained in:
@@ -14,6 +14,7 @@ WORKDIR /usr/src/frontend
|
||||
COPY ./frontend .
|
||||
COPY ./app/templates /usr/src/app/templates
|
||||
RUN --mount=type=cache,target=/root/.npm \
|
||||
rm -rf node_modules package-lock.json && \
|
||||
npm install --verbose && \
|
||||
npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user