WebUi #8
This commit is contained in:
@@ -5,3 +5,4 @@
|
||||
!./var/.gitignore
|
||||
.phpunit.result.cache
|
||||
frontend/.nuxt
|
||||
frontend/node_modules
|
||||
|
||||
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -83,6 +83,7 @@ jobs:
|
||||
- uses: bahmutov/npm-install@v1
|
||||
with:
|
||||
working-directory: frontend
|
||||
install-command: yarn install --production --prefer-offline --frozen-lockfile && yarn run generate
|
||||
|
||||
- name: Update Version File
|
||||
uses: arabcoders/write-version-to-file@master
|
||||
|
||||
@@ -2,7 +2,7 @@ FROM node:lts-alpine as npm_builder
|
||||
|
||||
WORKDIR /frontend
|
||||
COPY ./frontend ./
|
||||
RUN yarn install --production --prefer-offline --frozen-lockfile && yarn run generate
|
||||
RUN if [ ! -d /frontend/exported ]; then yarn install --production --prefer-offline --frozen-lockfile && yarn run generate; fi
|
||||
|
||||
FROM alpine:edge
|
||||
|
||||
|
||||
Reference in New Issue
Block a user