Skip to content

Commit 25a720b

Browse files
committed
fixed path
1 parent 5ee0f0f commit 25a720b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ts/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY --from=build /usr/src/app/.env /prod/api/
2020
# api bits
2121
COPY --from=build /prod/api/ /prod/api/
2222
# rendering bits
23-
COPY --from=build /usr/src/app/ts/packages/shell/out/ /prod/shell/out/
23+
COPY --from=build /usr/src/app/packages/shell/out/ /prod/shell/out/
2424
WORKDIR /prod/api
2525

2626
RUN apt-get update

0 commit comments

Comments
 (0)