From 7b12c3a61738161a27ff9f3cf9904d0c686cd33f Mon Sep 17 00:00:00 2001 From: Vitaliy D Date: Sun, 28 Nov 2021 17:01:14 +0100 Subject: [PATCH] Fix images location --- client/Dockerfile | 4 +++- include/version.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/client/Dockerfile b/client/Dockerfile index 55ae6ff..5554515 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -2,4 +2,6 @@ FROM nginx:1.21.4-alpine LABEL description="Environment control station web frontend" -COPY ["images", "*.html", "*.htm", "*.js", "*.css", "/usr/share/nginx/html/"] +COPY ["*.html", "*.htm", "*.js", "*.css", "/usr/share/nginx/html/"] + +COPY ["images", "/usr/share/nginx/html/images/"] diff --git a/include/version.h b/include/version.h index bf88436..5bedde6 100644 --- a/include/version.h +++ b/include/version.h @@ -11,6 +11,6 @@ #ifndef VERSION_H #define VERSION_H -#define VERSION "0.9.1" +#define VERSION "0.9.2" #endif \ No newline at end of file