add env var: UPTIME_KUMA_DISABLE_FRAME_SAMEORIGIN

This commit is contained in:
Louis Lam
2021-10-19 14:41:05 +08:00
parent c57c94642c
commit 5c3892313e
2 changed files with 7 additions and 3 deletions

View File

@@ -31,14 +31,15 @@ WORKDIR /
RUN apt update && \
apt --yes install curl file
COPY --from=build /app /app
ARG VERSION=1.9.1
ARG GITHUB_TOKEN
ARG TARGETARCH
ARG PLATFORM=debian
ARG VERSION=1.9.0
ARG FILE=$PLATFORM-$TARGETARCH-$VERSION.tar.gz
ARG DIST=dist.tar.gz
COPY --from=build /app /app
RUN chmod +x /app/extra/upload-github-release-asset.sh
# Full Build