Skip to content

Commit 8b8f5c8

Browse files
author
diablo
committed
fix dockerfile
1 parent 149a84a commit 8b8f5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ COPY . .
2929
# copy production dependencies and source code into final image
3030
FROM base AS release
3131
COPY --from=install /temp/prod/node_modules node_modules
32-
COPY --from=prerelease /usr/src/app/index.ts .
32+
COPY --from=prerelease /usr/src/app/*.ts .
3333
COPY --from=prerelease /usr/src/app/package.json .
3434

3535
# run the app

0 commit comments

Comments
 (0)