Tighten branding and decoy fixes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user