Skip to content

Commit

Permalink
Merge pull request #60 from AlexSciFier/fix-folders-permissions
Browse files Browse the repository at this point in the history
Fix Docker folders permissions
  • Loading branch information
AlexSciFier authored Aug 22, 2023
2 parents 9f087ff + 7883ac1 commit eab2b55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/helpers/constants.js
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit eab2b55

Please sign in to comment.