mirror of
https://github.com/plankanban/planka.git
synced 2025-08-09 07:25:24 +02:00
added rtl support
This commit is contained in:
parent
1cc8f3e291
commit
e551b9b7ed
1 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,7 @@ FROM node:lts AS client
|
|||
WORKDIR /app
|
||||
|
||||
COPY client/package.json client/package-lock.json .
|
||||
|
||||
COPY client/src/components/semantic.rtl.min.css .
|
||||
RUN npm install npm@latest --global \
|
||||
&& npm install pnpm --global \
|
||||
&& pnpm install --prod
|
||||
|
@ -37,6 +37,8 @@ COPY --from=server-dependencies --chown=node:node /app/node_modules node_modules
|
|||
|
||||
COPY --from=client --chown=node:node /app/build public
|
||||
COPY --from=client --chown=node:node /app/build/index.html views/index.ejs
|
||||
COPY --from=client --chown=node:node /app/semantic.rtl.min.css public/static/css/semantic.rtl.min.css
|
||||
|
||||
|
||||
VOLUME /app/public/user-avatars
|
||||
VOLUME /app/public/project-background-images
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue