Skip to content

Commit edab474

Browse files
committedJan 8, 2025·
Merge branch 'develop' into pm-205
2 parents f9f6eeb + 0ef26b8 commit edab474

File tree

53 files changed

+45
-7834
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+45
-7834
lines changed
 

‎Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44

55
FROM node:8.11.2
66
LABEL app="Community App" version="1.0"
7+
RUN useradd -m -s /bin/bash appuser
78

89
WORKDIR /opt/app
910
COPY . .
1011

12+
RUN chown -R appuser:appuser /opt/app
13+
USER appuser
14+
1115
################################################################################
1216
# Receiving of build arguments.
1317

‎__tests__/shared/components/Settings/Account/__snapshots__/index.jsx.snap

Lines changed: 0 additions & 2132 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.