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

@@ -9,7 +9,7 @@ COPY package.json ./
COPY package-lock.json ./
# Install
RUN npm install
RUN npm install --ignore-scripts
# Copy over next.js config
COPY next.config.js ./next.config.js
@@ -17,4 +17,4 @@ COPY next.config.js ./next.config.js
# Copy all files
COPY . .
CMD ["npm", "run", "dev"]
CMD ["npm", "run", "dev"]