From e6b0a6f797563a5efd2acb76db399524c04e91f4 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 9 Nov 2022 19:24:02 +0100 Subject: [PATCH] split font folder and files --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 975db91..e17e8bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,5 +26,6 @@ RUN \ echo "if [[ -e \"$HOME/enable_motd\" ]]; then echo -e \"Use \\e[32m'install-devruntime'\\e[0m to install missing runtimes like dotnet or NodeJs.\"; fi" >> /etc/bash.bashrc WORKDIR /app/code-server/lib/vscode/out/vs/workbench -ADD FiraCode/* ./ +ADD FiraCode/fonts ./ +ADD FiraCode/fonts.css ./ RUN cat fonts.css >> workbench.web.main.css