Skip to content

Commit

Permalink
feat: Change bash to ash
Browse files Browse the repository at this point in the history
  • Loading branch information
Zastinian committed Dec 8, 2024
1 parent eebf34a commit 58cdc3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bun/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/ash
cd /home/container

# Retrieves the internal IP address and exports it for further use.
Expand Down
2 changes: 1 addition & 1 deletion chrnodejs/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/ash
cd /home/container

# Retrieves the internal IP address and exports it for further use.
Expand Down
2 changes: 1 addition & 1 deletion java/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/ash
# Default the TZ environment variable to UTC.
export TZ=${TZ:-UTC}

Expand Down
2 changes: 1 addition & 1 deletion nodejs/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/ash
cd /home/container

# Retrieves the internal IP address and exports it for further use.
Expand Down

0 comments on commit 58cdc3f

Please sign in to comment.