Skip to content

Commit

Permalink
updated paths
Browse files Browse the repository at this point in the history
  • Loading branch information
robgruen committed Nov 20, 2024
1 parent d988eea commit 5ee0f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ FROM base AS api
# environment file
COPY --from=build /usr/src/app/.env /prod/api/
# api bits
COPY --from=build /prod/api /prod/api
COPY --from=build /prod/api/ /prod/api/
# rendering bits
COPY --from=build /usr/src/app/ts/packages/shell/out /prod/shell/out
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 5ee0f0f

Please sign in to comment.