build: add tsconfig to image
All checks were successful
TrafficCue Server CI / check (push) Successful in 24s
TrafficCue Server CI / build (push) Successful in 1m16s

This commit is contained in:
2025-09-06 12:28:18 +02:00
parent 08f1948967
commit 3773adf635

View File

@ -28,6 +28,7 @@ COPY . .
FROM base AS release
COPY --from=install /temp/prod/node_modules node_modules
COPY --from=prerelease /usr/src/app/src src/
COPY --from=prerelease /usr/src/app/tsconfig.json .
COPY --from=prerelease /usr/src/app/package.json .
# run the app