Skip to content

Commit

Permalink
SOA: 00:13
Browse files Browse the repository at this point in the history
  • Loading branch information
alundiak committed Jan 16, 2024
1 parent 850b9ff commit 86cc5d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
docker images
- run: |
cd SOA/micro-services/
docker ps
docker ps -a
- run: |
cd SOA/micro-services/
docker network ls
2 changes: 1 addition & 1 deletion SOA/micro-services/Server.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20
FROM node:20-alpine

WORKDIR /app

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

WORKDIR /app

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

WORKDIR /app

Expand Down

0 comments on commit 86cc5d4

Please sign in to comment.