Skip to content

Commit

Permalink
Merge pull request #26 from FranciZhong/documentation
Browse files Browse the repository at this point in the history
test: nextra git config
  • Loading branch information
FranciZhong authored Oct 16, 2024
2 parents b858184 + 138ce09 commit c8256af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
node_modules
npm-debug.log
.git
# [nextra] Init git repository failed Discover git repo from [/app] failed
# .git
.env
.env.*

Expand Down
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ FROM --platform=linux/amd64 node:20-alpine AS builder

WORKDIR /app

COPY package.json package-lock.json ./
RUN npm install

COPY . .
RUN npm install
RUN npx prisma generate
RUN npm run lint
# RUN npm run test
Expand Down

0 comments on commit c8256af

Please sign in to comment.