Skip to content

Commit

Permalink
Merge pull request #395 from n0th1ng-else/fix-langs
Browse files Browse the repository at this point in the history
fix(langs): Language bundles are not included in the distributive
  • Loading branch information
n0th1ng-else committed Aug 5, 2024
2 parents 860d238 + 9d0dabd commit f6127bd
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 f6127bd

Please sign in to comment.