From f60c8911d325b9756d3cd7b494ebbd95adfa402c Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 23 Mar 2021 12:37:49 -0400 Subject: [PATCH] Fixing docker build. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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