Skip to content

Commit

Permalink
Added scripts for image build
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nax committed Jun 17, 2024
1 parent 10fba46 commit 930dda7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/Actor/build-container.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cd ../../

docker build --file ./examples/Actor/DemoActor/Dockerfile -t demo-actor:latest .
5 changes: 5 additions & 0 deletions examples/Actor/build-container.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

cd ../../

docker build --file ./examples/Actor/DemoActor/Dockerfile -t demo-actor:latest .

0 comments on commit 930dda7

Please sign in to comment.