Skip to content

Commit

Permalink
Use ungrouped branch of knowledge-middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
fivegrant committed Sep 11, 2023
1 parent 76dc430 commit d78e91e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ RUN poetry install
RUN mkdir services
COPY services/knowledge-middleware services/knowledge-middleware
WORKDIR services/knowledge-middleware
RUN poetry install --with api
RUN poetry install
WORKDIR /

COPY scripts scripts
COPY Makefile Makefile

ENV AWS_ACCESS_KEY_ID notprovided
ENV AWS_SECRET_ACCESS_KEY notprovided
Expand Down
2 changes: 1 addition & 1 deletion services/knowledge-middleware

0 comments on commit d78e91e

Please sign in to comment.