Skip to content

Commit

Permalink
Merge branch 'develop' into PM-198
Browse files Browse the repository at this point in the history
  • Loading branch information
himaniraghav3 committed Jan 8, 2025
2 parents b6545c1 + 0d1e3c8 commit 484fb70
Show file tree
Hide file tree
Showing 50 changed files with 31 additions and 7,829 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@

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

WORKDIR /opt/app
COPY . .

RUN chown -R appuser:appuser /opt/app
USER appuser

################################################################################
# Receiving of build arguments.

Expand Down
Loading

0 comments on commit 484fb70

Please sign in to comment.