build: add tsconfig to image
This commit is contained in:
@ -28,6 +28,7 @@ COPY . .
|
|||||||
FROM base AS release
|
FROM base AS release
|
||||||
COPY --from=install /temp/prod/node_modules node_modules
|
COPY --from=install /temp/prod/node_modules node_modules
|
||||||
COPY --from=prerelease /usr/src/app/src src/
|
COPY --from=prerelease /usr/src/app/src src/
|
||||||
|
COPY --from=prerelease /usr/src/app/tsconfig.json .
|
||||||
COPY --from=prerelease /usr/src/app/package.json .
|
COPY --from=prerelease /usr/src/app/package.json .
|
||||||
|
|
||||||
# run the app
|
# run the app
|
||||||
|
|||||||
Reference in New Issue
Block a user