Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajgupta36 committed Feb 25, 2025
1 parent c911cd3 commit a4fb675
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/Dockerfile.unittesting
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

ENV FORCE_COLOR=1

WORKDIR /app
RUN groupadd owasp && \
useradd --create-home --home-dir /home/owasp -g owasp owasp && \
apt-get update && apt-get upgrade -y && \
apt-get clean -y && rm -rf /var/lib/apt/lists/*

WORKDIR /home/owasp
COPY package.json package-lock.json ./
RUN npm install

Expand Down

0 comments on commit a4fb675

Please sign in to comment.