mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
BRE-925/switch-web-to-alpine (#15270)
* update dockerfile and entrypoint script * update entrypoint to sh * add icu-libs to web container to fix startup errors * remaining change needed for icu-libs * pin alpine and update apk add commands
This commit is contained in:
2
.github/workflows/build-web.yml
vendored
2
.github/workflows/build-web.yml
vendored
@@ -280,7 +280,7 @@ jobs:
|
||||
IMAGE_NAME: ${{ steps.image-name.outputs.name }}
|
||||
run: |
|
||||
mkdir build
|
||||
docker run --rm --volume $(pwd)/build:/temp --entrypoint bash \
|
||||
docker run --rm --volume $(pwd)/build:/temp --entrypoint sh \
|
||||
$IMAGE_NAME -c "cp -r ./ /temp"
|
||||
|
||||
zip -r web-${{ env._VERSION }}-${{ matrix.artifact_name }}.zip build
|
||||
|
||||
Reference in New Issue
Block a user