Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
dec0dOS 2022-12-28 22:05:28 +00:00
commit 9e6af9705d
2 changed files with 2 additions and 1 deletions

View file

@ -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:

View file

@ -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 ./