Skip to content

Commit

Permalink
fix(langs): Language bundles are not included in the distributive
Browse files Browse the repository at this point in the history
Typescript does not process JSON files, so we have to copy them manually.
I will do it with docker but will iterate and write a script to build the
application properly
  • Loading branch information
n0th1ng-else committed Aug 5, 2024
1 parent 860d238 commit 9d0dabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY ./video-temp $APP_DIR/video-temp
COPY ./src $APP_DIR/src

RUN pnpm run build
COPY ./src/text/translations/bundles $APP_DIR/dist/text/translations/bundles
COPY ./src/text/translations/bundles $APP_DIR/dist/src/text/translations/bundles

FROM node:20.14-slim

Expand Down

0 comments on commit 9d0dabd

Please sign in to comment.