Skip to content

Commit 33e8d72

Browse files
committed
Copy app templates to docker image
1 parent aa73a8a commit 33e8d72

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
@@ -35,6 +35,7 @@ COPY --from=builder /code/client/build/static /code/client/build/static
3535
COPY --from=builder /code/common /code/common
3636
COPY --from=builder /code/datasources /code/datasources
3737
COPY --from=builder /code/emails /code/emails
38+
COPY --from=builder /code/contrib/apps /code/contrib/apps
3839
COPY --from=builder /code/fixtures /code/fixtures
3940
COPY --from=builder /code/jobs /code/jobs
4041
COPY --from=builder /code/llmstack /code/llmstack

0 commit comments

Comments
 (0)