From 8ff1fd027672e3aaa2b886a61349258300f334c7 Mon Sep 17 00:00:00 2001 From: shibao Date: Sun, 13 Feb 2022 15:50:48 -0500 Subject: [PATCH] add gettext step to docker file --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 61a1d2f..a5cb72f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ COPY lib lib COPY priv priv COPY assets assets RUN npm run --prefix ./assets deploy -RUN mix phx.digest +RUN mix do phx.digest, gettext.extract # compile and build release # uncomment COPY if rel/ exists @@ -50,4 +50,4 @@ COPY --from=build /app/priv/ /app/priv ENV HOME=/app -CMD ["bin/lokal", "start"] \ No newline at end of file +CMD ["bin/lokal", "start"]