Tighten branding and decoy fixes

This commit is contained in:
dan
2025-12-06 18:14:25 +03:00
parent c4af8465aa
commit 9dfc70f61e
6 changed files with 26 additions and 20 deletions

View File

@@ -1,5 +1,6 @@
FROM node:19-alpine
WORKDIR /tmp/build/
RUN apk add --no-cache python3 make g++
COPY ./frontend/ .
RUN export NODE_OPTIONS=--openssl-legacy-provider && npm install && npm run build