standardnotes-web: uprev

This commit is contained in:
Peter Cai 2023-02-20 15:33:15 -05:00
parent c13e3f81ac
commit 0116b16de0
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM node:16-alpine AS builder FROM node:16-alpine AS builder
ARG SN_TAG=@standardnotes/web@3.117.3 ARG SN_TAG=@standardnotes/web@3.149.8
RUN apk add git RUN apk add git
@ -8,7 +8,7 @@ RUN git clone --depth=1 https://github.com/standardnotes/app -b ${SN_TAG}
RUN cd app && yarn install && yarn build:web RUN cd app && yarn install && yarn build:web
FROM joseluisq/static-web-server:2-alpine FROM docker.io/joseluisq/static-web-server:2-alpine
ENV SN_WEB_PUBLIC_URL=https://app.standardnotes.com ENV SN_WEB_PUBLIC_URL=https://app.standardnotes.com
ENV SN_WEB_DEFAULT_SYNC_SERVER=https://api.standardnotes.com ENV SN_WEB_DEFAULT_SYNC_SERVER=https://api.standardnotes.com