Skip to content

Commit 73c8a17

Browse files
Added CI pipeline hamzaavvan#4
1 parent 182abdf commit 73c8a17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,13 @@ jobs:
5151
# 4. Build Docker Images
5252
- name: Build Docker Images
5353
run: |
54-
docker-compose up --build -d
54+
# Build app image
55+
docker build -t your-app-image:latest .
5556
5657
# 5. Test if containers start
5758
- name: Test containers
5859
run: |
60+
docker-compose up --build
5961
docker-compose ps
6062
docker-compose down
6163

0 commit comments

Comments
 (0)