tooling for browser js

This commit is contained in:
2025-10-15 00:06:45 -05:00
parent b809e647e8
commit 893eb6f801
8 changed files with 46 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ RUN npm install
COPY . .
RUN npx tsc && npm run-script build && \
RUN npm run-script tsc && npm run-script build && \
npm ci --only=production && \
ln -sf /usr/share/fonts assets/ && \
chown -R node .