mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-05 20:41:43 -07:00
chore: remove node options from dockerfile
This commit is contained in:
parent
1131b7794a
commit
69d4d2288f
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ FROM --platform=$BUILDPLATFORM node:lts-alpine as frontend-build
|
|||
|
||||
ENV INLINE_RUNTIME_CHUNK=false
|
||||
ENV GENERATE_SOURCEMAP=false
|
||||
ENV NODE_OPTIONS=--openssl-legacy-provider
|
||||
|
||||
WORKDIR /app/frontend
|
||||
COPY yarn.lock .yarnrc.yml ./
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue