Update Dockerfile.railway

updated not working file
This commit is contained in:
moonwalk
2025-07-16 13:16:02 +02:00
committed by GitHub
parent 9e43836f31
commit 55dfedd8a6

View File

@@ -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)