File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,5 +27,7 @@ COPY --chown=node .yarn ./.yarn
2727RUN yarn workspaces focus --production && yarn cache clean --all
2828
2929COPY --from=build-stage --chown=node /usr/src/app/dist ./dist
30+ COPY --from=build-stage --chown=node /usr/src/app/src/modules/i18n/lang ./src/modules/i18n/lang
31+ COPY --from=build-stage --chown=node /usr/src/app/src/modules/mail/templates ./src/modules/mail/templates
3032
3133CMD ["node" , "dist/main" ]
Original file line number Diff line number Diff line change 2828 "compose:restart" : " yarn compose:down && yarn compose:up" ,
2929 "compose:up:ssl" : " docker compose -f docker-compose.ssl.yaml up -d" ,
3030 "compose:down:ssl" : " docker compose -f docker-compose.ssl.yaml down" ,
31- "compose:restart:ssl" : " yarn compose:down:ssl && yarn compose:up:ssl"
31+ "compose:restart:ssl" : " yarn compose:down:ssl && yarn compose:up:ssl" ,
32+ "compose:up:infra" : " docker compose -f docker-compose.infra.yaml up -d" ,
33+ "compose:down:infra" : " docker compose -f docker-compose.infra.yaml down" ,
34+ "compose:restart:infra" : " yarn compose:down:infra && yarn compose:up:infra"
3235 },
3336 "dependencies" : {
3437 "@casl/ability" : " ^6.7.0" ,
You can’t perform that action at this time.
0 commit comments