Skip to content

Commit 6b626aa

Browse files
authored
Update main.yml
1 parent 64f65ba commit 6b626aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
# Runs a single command using the runners shell
2727
- name: Build the docker container
28-
run: docker-compose -f development/docker-compose.yml up --build
28+
run: docker-compose -f development/docker-compose.yml up --build -d # (-d to run as daemon so the github action should stop after build)
2929

3030
# Runs a set of commands using the runners shell
3131

0 commit comments

Comments
 (0)