Skip to content

Commit d45b913

Browse files
committed
Minor changes.
1 parent dfbd0a4 commit d45b913

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

01-build.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
ENV_FILE=${1:-.env}
44

02-run.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
CONTAINER_NAME=${1:-axer}
44
ENV_FILE=${2:-.env}

0 commit comments

Comments
 (0)