update docs

This commit is contained in:
liamcottle
2024-12-25 20:05:25 +13:00
parent ebec2fe003
commit 1160d10e2c

View File

@@ -7,6 +7,7 @@ COPY *.json .
COPY *.js . COPY *.js .
COPY src/frontend ./src/frontend COPY src/frontend ./src/frontend
# Install NodeJS deps, exluding electron
RUN npm install --omit=dev && \ RUN npm install --omit=dev && \
npm run build-frontend npm run build-frontend