1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

Update Dockerfiles

This commit is contained in:
Vince Grassia
2022-05-10 11:22:21 -04:00
parent 74bd2a0884
commit 254f215efd
2 changed files with 5 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ WORKDIR /source
COPY . .
RUN npm ci
RUN npm run dist:oss:selfhost
RUN npm run dist:bit:selfhost
###############################################
# Build stage #

View File

@@ -12,7 +12,10 @@ WORKDIR /source
COPY . .
RUN npm ci
RUN npm run dist:oss:selfhost
# TODO: Make sure version is correct when building QA image.
# RUN jq --arg version "$VERSION - ${GITHUB_SHA:0:7}" '.version = $version' package.json > package.json.tmp
# RUN mv package.json.tmp package.json
RUN npm run build:bit:qa
###############################################
# Build stage #