clear the testing commits

This commit is contained in:
2025-06-03 14:54:00 +05:30
parent f9083175da
commit 118f65d688
44 changed files with 479 additions and 852 deletions

View File

@@ -11,10 +11,8 @@ RUN npm install -g tsx --ignore-scripts
COPY package.json ./
COPY package-lock.json ./
RUN npm install --ignore-scripts
RUN addgroup -S appgroup && \
RUN npm install --ignore-scripts && \
addgroup -S appgroup && \
adduser -S appuser -G appgroup && \
chown -R appuser:appgroup /usr/src/app