diff --git a/Dockerfile b/Dockerfile index 4575fb3..c969a83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,8 +28,10 @@ RUN yarn install --pure-lockfile COPY tsconfig.json \ webpack.config.js \ .babelrc \ + generate_translations.js \ ./ +COPY joinlemmy-translations joinlemmy-translations COPY src src # Copy the docs and API