Skip to content

Commit

Permalink
devops(indexer): update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gaboesquivel committed Aug 21, 2024
1 parent 5fc15b6 commit 110e5f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/indexer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ WORKDIR /app
COPY package.json .
COPY apps/supabase/package.json ./apps/supabase/package.json
COPY apps/indexer/package.json ./apps/indexer/package.json
COPY apps/trigger/package.json ./apps/trigger/package.json
COPY packages/app-env/package.json ./packages/app-env/package.json
COPY packages/app-contracts/package.json ./packages/app-contracts/package.json
COPY packages/app-lib/package.json ./packages/app-lib/package.json
COPY packages/config-typescript/package.json ./packages/config-typescript/package.json


# Copy the lock file
COPY bun.lockb .

Expand All @@ -25,6 +25,7 @@ RUN bun install
# Copy the specific workspaces
COPY apps/supabase ./apps/supabase
COPY apps/indexer ./apps/indexer
COPY apps/trigger ./apps/trigger
COPY packages/ ./packages/

# Set the working directory to your specific workspace
Expand Down

0 comments on commit 110e5f5

Please sign in to comment.