Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vanshika-srivastava authored Dec 19, 2024
1 parent 498f0bf commit 475b83c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ COPY package.json pnpm-lock.yaml pnpm-workspace.yaml .npmrc turbo.json ./
COPY agent ./agent
COPY packages ./packages
COPY scripts ./scripts
COPY agent/character/maincharacter.ts ./characters/maincharacter.ts

# Install dependencies and build the project
RUN pnpm install \
Expand Down Expand Up @@ -49,7 +48,5 @@ COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/agent ./agent
COPY --from=builder /app/packages ./packages
COPY --from=builder /app/scripts ./scripts
COPY --from=builder /app/characters ./characters

# Set the command to run the application
CMD ["pnpm", "start", "--non-interactive"]
CMD ["pnpm", "start", "--non-interactive"]

0 comments on commit 475b83c

Please sign in to comment.