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 64f65ba commit 6b626aaCopy full SHA for 6b626aa
1 file changed
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
26
# Runs a single command using the runners shell
27
- name: Build the docker container
28
- run: docker-compose -f development/docker-compose.yml up --build
+ run: docker-compose -f development/docker-compose.yml up --build -d # (-d to run as daemon so the github action should stop after build)
29
30
# Runs a set of commands using the runners shell
31
0 commit comments