Skip to content

Commit

Permalink
testing alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
wassfila committed Apr 14, 2024
1 parent 51925f3 commit 9a64655
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions containers/commands.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#This file is experimental as alternative to seeds/seeds.yaml
#and also to generate the docker-compose.yaml with given arguments
build:
uses: MicroWebStacks/astro-big-doc@main
with:
content: ../content
public: ../public
menu: ../menu.yaml
dist: ../dist
apache:
uses: httpd:latest
with:
dist: ../dist
port: 8080
nginx:
alias: server
uses: nginx:latest
with:
dist: ../dist
port: 80

0 comments on commit 9a64655

Please sign in to comment.