File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,12 @@ WORKDIR /usr/src/app
1212RUN pnpm install --frozen-lockfile
1313RUN pnpm run -r build
1414RUN pnpm deploy --filter=agent-api --prod /prod/api
15+ RUN pnpm deploy --filter=tools-scripts --prod /prod/tools
1516# RUN pnpm deploy --filter=cli --prod /prod/cli
1617
1718FROM base AS api
18- # environment file
19- COPY --from=build /usr/src/app/.env /prod/api/
19+ # # environment file
20+ # COPY --from=build /usr/src/app/.env /prod/api/
2021# api bits
2122COPY --from=build /prod/api/ /prod/api/
2223# rendering bits
@@ -35,6 +36,7 @@ EXPOSE 80:3000
3536
3637# setup start actions
3738RUN echo az login --identity >> start.sh
39+ RUN echo node ../tools/scripts/getKeys.mjs >> start.sh
3840RUN echo pnpm start >> start.sh
3941
4042# azure login, then start node application
You can’t perform that action at this time.
0 commit comments