fix: docker build

This commit is contained in:
2024-01-26 16:55:30 +00:00
parent 3fb7b7adc4
commit 404a07f45a
4 changed files with 24 additions and 9 deletions

View File

@ -25,6 +25,7 @@ steps:
YARN_CACHE_FOLDER: /cache/.yarn-docker
NODE_CONFIG_ENV: default
commands:
- apt update && apt install -y git
- yarn install
- yarn build
- name: build docker image
@ -142,6 +143,7 @@ steps:
YARN_CACHE_FOLDER: /cache/.yarn-docker-
NODE_CONFIG_ENV: default
commands:
- apt update && apt install -y git
- yarn install
- yarn build
- name: build docker image