Update Dockerfile.railway
updated not working file
This commit is contained in:
@@ -9,7 +9,7 @@ WORKDIR /app
|
|||||||
RUN apk add --no-cache python3 make g++ && \
|
RUN apk add --no-cache python3 make g++ && \
|
||||||
rm -rf /var/cache/apk/*
|
rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
# Copy package files
|
# Copy package files and tsconfig
|
||||||
COPY package*.json tsconfig.json ./
|
COPY package*.json tsconfig.json ./
|
||||||
|
|
||||||
# Install all dependencies (including devDependencies for build)
|
# Install all dependencies (including devDependencies for build)
|
||||||
|
|||||||
Reference in New Issue
Block a user