Added buildargs for BASE_URL

This commit is contained in:
Travis Shivers 2020-07-27 14:20:12 -05:00
parent 58485d4eed
commit 55d74e1b63
No known key found for this signature in database
GPG Key ID: EE4CC2891B8FCD33
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ RUN npm ci --loglevel verbose
COPY . . COPY . .
ARG SERVERS='[{"name":"Local Server","location":"Local","url":"","image":"synclounge-white.png"}]' ARG SERVERS='[{"name":"Local Server","location":"Local","url":"","image":"synclounge-white.png"}]'
ARG BASE_URL
ARG SOURCE_BRANCH ARG SOURCE_BRANCH
ARG REVISION ARG REVISION
@ -28,6 +29,7 @@ COPY --from=dependency-stage /app .
ARG VERSION ARG VERSION
ARG REVISION ARG REVISION
ARG BUILD_DATE ARG BUILD_DATE
ARG BASE_URL
LABEL org.opencontainers.image.created=$BUILD_DATE LABEL org.opencontainers.image.created=$BUILD_DATE
LABEL org.opencontainers.image.title="SyncLounge" LABEL org.opencontainers.image.title="SyncLounge"