Skip to content

Commit f9190a4

Browse files
author
Eduardo
committed
fix: npm run command in Dockerfile
1 parent d7df3cf commit f9190a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ COPY package*.json ./
2929
COPY package-lock.json ./
3030

3131
# Install dependencies
32-
RUN npm run install
32+
RUN npm install
3333

3434
# Copy the rest of your application code to the container
3535
COPY . .

0 commit comments

Comments
 (0)