Skip to content

Commit

Permalink
Copy app templates to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhai committed Aug 28, 2023
1 parent aa73a8a commit 33e8d72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ COPY --from=builder /code/client/build/static /code/client/build/static
COPY --from=builder /code/common /code/common
COPY --from=builder /code/datasources /code/datasources
COPY --from=builder /code/emails /code/emails
COPY --from=builder /code/contrib/apps /code/contrib/apps
COPY --from=builder /code/fixtures /code/fixtures
COPY --from=builder /code/jobs /code/jobs
COPY --from=builder /code/llmstack /code/llmstack
Expand Down

0 comments on commit 33e8d72

Please sign in to comment.