8714-devToTest #1547

Merged
alexm merged 712 commits from 8714-devToTest into test 2025-03-04 14:08:01 +00:00
3 changed files with 5 additions and 2 deletions
Showing only changes of commit aa0ea0ef68 - Show all commits

3
Jenkinsfile vendored
View File

@ -62,6 +62,9 @@ pipeline {
}
stages {
stage('Version') {
when {
expression { PROTECTED_BRANCH }
}
steps {
script {
def packageJson = readJSON file: 'package.json'

View File

@ -34,7 +34,7 @@ RUN groupadd -r -g 1000 app \
&& useradd -r -u 1000 -g app -m -d /home/app app
USER app
ENV SHELL bash
ENV SHELL=bash
ENV PNPM_HOME="/home/app/.local/share/pnpm"
ENV PATH="$PNPM_HOME:$PATH"

View File

@ -9,7 +9,7 @@ services:
- db
front:
image: lilium-dev:latest
command: quasar dev
command: pnpm exec quasar dev
volumes:
- .:/app
working_dir: /app