We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149a84a commit 8b8f5c8Copy full SHA for 8b8f5c8
Dockerfile
@@ -29,7 +29,7 @@ COPY . .
29
# copy production dependencies and source code into final image
30
FROM base AS release
31
COPY --from=install /temp/prod/node_modules node_modules
32
-COPY --from=prerelease /usr/src/app/index.ts .
+COPY --from=prerelease /usr/src/app/*.ts .
33
COPY --from=prerelease /usr/src/app/package.json .
34
35
# run the app
0 commit comments