Skip to content

Commit 73e954c

Browse files
committed
npm install
1 parent eef22fa commit 73e954c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dashboard/.docker/Dockerfile

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

99
# Install dependencies
10-
RUN npm ci
10+
RUN npm install
1111

1212
# Copy source code
1313
COPY . .

0 commit comments

Comments
 (0)