Skip to content

Commit 484fb70

Browse files
author
himaniraghav3
committed
Merge branch 'develop' into PM-198
2 parents b6545c1 + 0d1e3c8 commit 484fb70

File tree

50 files changed

+31
-7829
lines changed

Some content is hidden

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

50 files changed

+31
-7829
lines changed

Dockerfile

+4
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

0 commit comments

Comments
 (0)