Skip to content

Commit eb4c252

Browse files
mattwobertsclaude
andcommitted
Add static directory to Docker image
The static route was added but the directory wasn't included in the Docker build, causing the container to panic on startup. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5b3b606 commit eb4c252

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
@@ -53,6 +53,7 @@ COPY --from=server-builder /server/views /app/views
5353
COPY --from=server-builder /server/locale /app/locale
5454
COPY --from=server-builder /server/LICENSE /app
5555
COPY --from=server-builder /server/fider /app
56+
COPY --from=server-builder /server/static /app/static
5657

5758
COPY --from=ui-builder /ui/favicon.png /app
5859
COPY --from=ui-builder /ui/dist /app/dist

0 commit comments

Comments
 (0)