diff --git a/Dockerfile b/Dockerfile index 1c20699..d760457 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,7 @@ COPY --from=base /app/.next/static ./.next/static COPY --from=base /app/scripts ./scripts COPY --from=base /app/src/lib ./src/lib COPY --from=base /app/shared ./shared +COPY --from=base /app/tsconfig.json ./ COPY entrypoint.sh ./ RUN npm install -g tsx