File tree 3 files changed +301
-49
lines changed
3 files changed +301
-49
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ COPY package.json pnpm-lock.yaml pnpm-workspace.yaml .npmrc turbo.json ./
21
21
COPY agent ./agent
22
22
COPY packages ./packages
23
23
COPY scripts ./scripts
24
+ COPY characters ./characters
24
25
25
26
# Install dependencies and build the project
26
27
RUN pnpm install \
@@ -38,7 +39,6 @@ RUN npm install -g pnpm@9.4.0 && \
38
39
rm -rf /var/lib/apt/lists/*
39
40
40
41
WORKDIR /app
41
- RUN mkdir -p /app/characters
42
42
43
43
# Copy built artifacts and production dependencies from the builder stage
44
44
COPY --from=builder /app/package.json ./
@@ -49,6 +49,7 @@ COPY --from=builder /app/node_modules ./node_modules
49
49
COPY --from=builder /app/agent ./agent
50
50
COPY --from=builder /app/packages ./packages
51
51
COPY --from=builder /app/scripts ./scripts
52
+ COPY --from=builder /app/characters ./characters
52
53
53
54
# Set the command to run the application
54
55
CMD ["pnpm" , "start" ]
You can’t perform that action at this time.
0 commit comments