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