Adding automatic linter for checking commit

This commit is contained in:
seunghyunOh
2022-12-13 22:19:59 +09:00
parent 6af59e47f5
commit 4c29c88fde
7 changed files with 8 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ WORKDIR /app
COPY package.json package-lock.json ./
RUN npm ci --only-production
RUN npm ci --only-production --ignore-scripts
COPY . .