Skip to content

Commit

Permalink
simplify docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Zafei-Erin committed Feb 20, 2024
1 parent 34e950c commit 79129ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ COPY package*.json ./

RUN npm install

RUN cp -r node_modules/zod node_modules/@types

COPY prisma ./prisma

RUN npx prisma generate
Expand Down
6 changes: 1 addition & 5 deletions frontend/.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,4 @@ VITE_JWT=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySW5mb3JtYXRpb24iOnsiaWQiOi

# mumbai network
VITE_MKP_ADDRESS=0x126a5cA04ed873fD67Bb65F81a371DB397aFf741
VITE_NFT_ADDRESS=0xD66B72af47e7B110D834b3Cf9553D549a1392a40

# prevent vercel build check
NEXT_PUBLIC_IGNORE_BUILD_ERROR=true
CI=false
VITE_NFT_ADDRESS=0xD66B72af47e7B110D834b3Cf9553D549a1392a40

0 comments on commit 79129ec

Please sign in to comment.