From e4bab2cb7d07adf75f8cdeb9b175357392a0e5d7 Mon Sep 17 00:00:00 2001 From: Alberto Larraz Dalmases Date: Thu, 10 Feb 2022 08:27:23 +0100 Subject: [PATCH] fix(api): dockerfile font awesome path --- docker/api/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/api/Dockerfile b/docker/api/Dockerfile index d15c92f..f185788 100644 --- a/docker/api/Dockerfile +++ b/docker/api/Dockerfile @@ -17,6 +17,7 @@ RUN apk add curl py3-yaml COPY ./src /api RUN wget -qO - https://github.com/FortAwesome/Font-Awesome/archive/v4.7.0.zip | busybox unzip -d /api/api/static/css/ - +RUN mv /api/api/static/css/Font-Awesome-4.7.0 /api/api/static/css/font-awesome-4.7.0 #https://fontawesome.com/v4.7/assets/font-awesome-4.7.0.zip COPY default.conf /etc/nginx/conf.d/default.conf