From 55dfedd8a6712b6760c72e828de0abf18623195e Mon Sep 17 00:00:00 2001 From: moonwalk Date: Wed, 16 Jul 2025 13:16:02 +0200 Subject: [PATCH] Update Dockerfile.railway updated not working file --- Dockerfile.railway | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.railway b/Dockerfile.railway index 0e050ec..ede0d2f 100644 --- a/Dockerfile.railway +++ b/Dockerfile.railway @@ -9,7 +9,7 @@ WORKDIR /app RUN apk add --no-cache python3 make g++ && \ rm -rf /var/cache/apk/* -# Copy package files +# Copy package files and tsconfig COPY package*.json tsconfig.json ./ # Install all dependencies (including devDependencies for build)