Skip to content

Commit

Permalink
SOA: 00:02
Browse files Browse the repository at this point in the history
  • Loading branch information
alundiak committed Jan 16, 2024
1 parent 041c4f2 commit 1740d6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SOA/micro-services/Server.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:20

WORKDIR /app

COPY package*.json ./
COPY package.json ./

RUN npm install

Expand Down
2 changes: 1 addition & 1 deletion SOA/micro-services/ServiceB.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:20

WORKDIR /app

COPY package*.json ./
COPY package.json ./

RUN npm install

Expand Down

0 comments on commit 1740d6f

Please sign in to comment.