We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc9e4e commit c648fa5Copy full SHA for c648fa5
.github/workflows/deploy-pre.yml
@@ -12,10 +12,10 @@ jobs:
12
- name: Checkout Code
13
uses: actions/checkout@v4
14
15
- # Step 2: Build the Docker image
16
- - name: Build Docker Image
+ # Step 2: Build the Docker image using Docker Compose
+ - name: Build Docker Image with Docker Compose
17
run: |
18
- docker build -t api-gateway:latest -f ./docker/Dockerfile ./docker
+ docker compose -f ./docker/docker-compose.yml build
19
20
# Step 3: Save and compress the Docker image
21
- name: Save and Compress Docker Image
0 commit comments