Skip to content

Commit

Permalink
include path to dockerfile in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Buxdehuda authored Mar 31, 2024
1 parent 65ca325 commit b07e100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
docker build -t stratobot ..
docker build -f Dockerfile -t stratobot ..

0 comments on commit b07e100

Please sign in to comment.