1
0
Fork 0
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:
Ran Shamay 2023-11-16 14:43:46 +02:00
parent 1cc8f3e291
commit e551b9b7ed

View file

@ -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