From 6f54625dc886e07f95f6ab656ae376b2b2ee5fd3 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 16 Jun 2025 11:04:58 -0500 Subject: [PATCH] add icons to static path --- Dockerfile | 6 +++--- lib/aprs_web.ex | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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