Skip to content

Commit

Permalink
added missing copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
robgruen committed Nov 20, 2024
1 parent 5464941 commit 3cfa94d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ FROM base AS api
#COPY --from=build /usr/src/app/.env /prod/api/
# api bits
COPY --from=build /prod/api/ /prod/api/
COPY --from=build /prod/tools/ /prod/tools/
# rendering bits
COPY --from=build /usr/src/app/packages/shell/out/ /prod/shell/out/
WORKDIR /prod/api
Expand Down

0 comments on commit 3cfa94d

Please sign in to comment.