diff --git a/Dockerfile b/Dockerfile index c9cce5e..966cfaa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,9 +74,9 @@ RUN apt-get update -y && \ # Set the locale RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen -ENV LANG en_US.UTF-8 -ENV LANGUAGE en_US:en -ENV LC_ALL en_US.UTF-8 +ENV LANG="en_US.UTF-8" +ENV LANGUAGE="en_US:en" +ENV LC_ALL="en_US.UTF-8" WORKDIR "/app" RUN chown nobody /app diff --git a/lib/aprs_web.ex b/lib/aprs_web.ex index c82cb13..1c6ec9c 100644 --- a/lib/aprs_web.ex +++ b/lib/aprs_web.ex @@ -17,7 +17,7 @@ defmodule AprsWeb do those modules here. """ - def static_paths, do: ~w(assets fonts images favicon.ico robots.txt) + def static_paths, do: ~w(assets fonts images aprs-symbols favicon.ico robots.txt) def router do quote do