Skip to content

Commit a7dbbda

Browse files
committed
🐳 fix(docker): include shared package in bot runtime
Workspace dependency resolves via at runtime, so bot image must copy explicitly. This fixes on container startup.
1 parent f45b8d9 commit a7dbbda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ COPY --from=builder /usr/local/bin /usr/local/bin
5959

6060
# Copy only runtime application code
6161
COPY bot ./bot
62+
COPY shared ./shared
6263

6364
# Create directories for volumes
6465
RUN mkdir -p logs data db

0 commit comments

Comments
 (0)