Skip to content

Commit

Permalink
updated rendering bits
Browse files Browse the repository at this point in the history
  • Loading branch information
robgruen committed Nov 20, 2024
1 parent d0c6eb7 commit d988eea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ WORKDIR /usr/src/app
RUN pnpm install --frozen-lockfile
RUN pnpm run -r build
RUN pnpm deploy --filter=agent-api --prod /prod/api
RUN pnpm deploy --filter=agent-shell --prod /prod/shell
#RUN pnpm deploy --filter=cli --prod /prod/cli

FROM base AS api
Expand All @@ -21,7 +20,7 @@ COPY --from=build /usr/src/app/.env /prod/api/
# api bits
COPY --from=build /prod/api /prod/api
# rendering bits
COPY --from=build /prod/shell /prod/shell
COPY --from=build /usr/src/app/ts/packages/shell/out /prod/shell/out
WORKDIR /prod/api

RUN apt-get update
Expand Down

0 comments on commit d988eea

Please sign in to comment.