clear the testing commits
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user