From c6ed50fd8dc66a3c3c1dc197f0cf62a060673c94 Mon Sep 17 00:00:00 2001 From: Alexandr <66871322+AlexSciFier@users.noreply.github.com> Date: Tue, 22 Aug 2023 17:35:48 +0300 Subject: [PATCH 1/2] fix: create data and background folders --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8913cfe..f20ea27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,9 @@ COPY --chown=node ./server ./ COPY --chown=node --from=srv-build /app/server ./ COPY --chown=node --from=ui-build /app/client/build ./public +RUN mkdir ./data +RUN mkdir ./public/static/media/background + ARG NODE_ENV=production ENV NODE_ENV=${NODE_ENV} ENV PORT=3333 From 7883ac1323bd12b755ddaba6511e75d419e7e56e Mon Sep 17 00:00:00 2001 From: Alexandr <66871322+AlexSciFier@users.noreply.github.com> Date: Tue, 22 Aug 2023 17:36:44 +0300 Subject: [PATCH 2/2] change version --- frontend/src/helpers/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/helpers/constants.js b/frontend/src/helpers/constants.js index 17bd7fe..ff3dff8 100644 --- a/frontend/src/helpers/constants.js +++ b/frontend/src/helpers/constants.js @@ -1,5 +1,5 @@ export const APP_NAME = "NeonLink"; -export const VERSION = "1.4.3"; +export const VERSION = "1.4.4"; export const DEF_MAX_ITEMS = 20; export const DEF_COLUMNS = 3; export const CARD_HEADER_STYLE = [