mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-06 04:51:44 -07:00
Merge pull request #131 from gadamo/main
Fix docker image build failure after node:lts-alpine changed to 18.
This commit is contained in:
commit
fbd10cb142
2 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@ version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
zerotier:
|
zerotier:
|
||||||
image: zyclonite/zerotier:1.10.1
|
image: zyclonite/zerotier:1.10.2
|
||||||
container_name: zu-controller
|
container_name: zu-controller
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -2,6 +2,7 @@ FROM --platform=$BUILDPLATFORM node:lts-alpine as frontend-build
|
||||||
|
|
||||||
ENV INLINE_RUNTIME_CHUNK=false
|
ENV INLINE_RUNTIME_CHUNK=false
|
||||||
ENV GENERATE_SOURCEMAP=false
|
ENV GENERATE_SOURCEMAP=false
|
||||||
|
ENV NODE_OPTIONS=--openssl-legacy-provider
|
||||||
|
|
||||||
WORKDIR /app/frontend
|
WORKDIR /app/frontend
|
||||||
COPY yarn.lock .yarnrc.yml ./
|
COPY yarn.lock .yarnrc.yml ./
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue