Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
robgruen committed Nov 20, 2024
1 parent 5ee0f0f commit 25a720b
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 @@ -20,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 /usr/src/app/ts/packages/shell/out/ /prod/shell/out/
COPY --from=build /usr/src/app/packages/shell/out/ /prod/shell/out/
WORKDIR /prod/api

RUN apt-get update
Expand Down

0 comments on commit 25a720b

Please sign in to comment.