Skip to content

Commit

Permalink
build ui2 folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Aug 17, 2024
1 parent b053e4b commit 2acfbdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/cloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM node:19 as build

WORKDIR build_ui_app
COPY ui/package.json ui/package-lock.json ui/tsconfig.json ./
COPY ui/ .
RUN npm install
RUN npm run build
COPY ui2/ .
RUN yarn install
RUN yarn build

FROM papermerge/oidc:0.2.3 as oidc_app
FROM caddy:2.7 AS caddy
Expand Down

0 comments on commit 2acfbdb

Please sign in to comment.