Skip to content

Commit

Permalink
switched default to server for up default
Browse files Browse the repository at this point in the history
  • Loading branch information
wassfila committed Apr 14, 2024
1 parent 9a64655 commit bfb203a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions containers/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
subprocess.run(["docker-compose", "run", "--rm", "seeds"])
elif(command == "build"):
subprocess.run(["docker-compose", "run", "--rm", "astro-big-doc", "build"])
elif(command == "express"):
subprocess.run("docker-compose up astro-big-doc", shell=True, check=True)
elif(command == "apache"):
subprocess.run("docker-compose up apache", shell=True, check=True)
elif(command in ["server","nginx"]):
Expand Down

0 comments on commit bfb203a

Please sign in to comment.