mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-06 04:51:44 -07:00
Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
9e6af9705d
2 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@ version: "3"
|
|||
|
||||
services:
|
||||
zerotier:
|
||||
image: zyclonite/zerotier:1.10.1
|
||||
image: zyclonite/zerotier:1.10.2
|
||||
container_name: zu-controller
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
|
|
@ -2,6 +2,7 @@ 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