Skip to content

Commit abfbb86

Browse files
committed
some changes
1 parent 599a502 commit abfbb86

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/customer-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app
44

55
COPY package*.json ./
66

7-
RUN npm install --only=production
7+
RUN npm install
88

99
COPY . .
1010

apps/notification-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app
44

55
COPY package*.json ./
66

7-
RUN npm install --only=production
7+
RUN npm install
88

99
COPY . .
1010

apps/transaction-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app
44

55
COPY package*.json ./
66

7-
RUN npm install --only=production
7+
RUN npm install
88

99
COPY . .
1010

0 commit comments

Comments
 (0)