File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM node:lts-alpine AS base
22WORKDIR /app
3+ ARG RELEASE_VERSION
34ENV GATEWAY_DATABASE_URL=file:/app/gateway.db
45ENV PNPM_HOME="/pnpm"
56ENV PATH="$PNPM_HOME:$PATH"
Original file line number Diff line number Diff line change 11FROM node:lts-alpine AS base
2+ ARG RELEASE_VERSION
23WORKDIR /app
34ENV PNPM_HOME="/pnpm"
45ENV PATH="$PNPM_HOME:$PATH"
Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ services:
4646 gateway :
4747 image : ghcr.io/douglasneuroinformatics/open-data-capture-gateway:${RELEASE_CHANNEL}
4848 build :
49+ args :
50+ - RELEASE_VERSION
4951 context : .
5052 dockerfile : ./apps/gateway/Dockerfile
5153 ports :
@@ -59,6 +61,8 @@ services:
5961 web :
6062 image : ghcr.io/douglasneuroinformatics/open-data-capture-web:${RELEASE_CHANNEL}
6163 build :
64+ args :
65+ - RELEASE_VERSION
6266 context : .
6367 dockerfile : ./apps/web/Dockerfile
6468 environment :
You can’t perform that action at this time.
0 commit comments