Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
robgruen committed Nov 19, 2024
1 parent b66662c commit 58ddda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN pnpm deploy --filter=agent-api /prod/api
# RUN pnpm run build

FROM base AS api
COPY --from=build /usr/src/app/.env /prod/api
COPY --from=build /usr/src/app/.env /prod/api/
COPY --from=build /prod/api /prod/api
WORKDIR /prod/api

Expand Down

0 comments on commit 58ddda8

Please sign in to comment.