From 26c0621f2e9577b06163f59c9c471fc53b68b898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20T=C3=B3th?= <tothmiklostibor@gmail.com> Date: Sat, 20 Aug 2022 23:53:11 +0200 Subject: [PATCH] Add fonts to image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4eac676..775ee54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,3 +2,4 @@ FROM docker.io/nginx:latest COPY prez.html /usr/share/nginx/html/index.html COPY img /usr/share/nginx/html/img +COPY font /usr/share/nginx/html/font -- GitLab