Skip to content

Commit 5eb8bf9

Browse files
authored
fix: replace npm ci --only=production with npm install --omit=dev for Railway build
Signed-off-by: rigoryanych <rigoryanych1397@gmail.com>
1 parent f3236cb commit 5eb8bf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY package*.json ./
66
COPY tsconfig.json ./
77

88
# Install dependencies
9-
RUN npm ci --only=production
9+
RUN npm install --omit=dev
1010

1111
# Copy source code
1212
COPY src/ ./src/

0 commit comments

Comments
 (0)