Skip to content

Commit

Permalink
Dockerfile generator
Browse files Browse the repository at this point in the history
  • Loading branch information
rednafi committed Oct 15, 2024
1 parent 71ba4d2 commit e253e61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion bin/generate_dockerfile.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
#!/usr/bin/env bash

set -euo pipefail

# Template Dockerfile path
template_dockerfile="bin/Dockerfile-template"
Expand Down
2 changes: 1 addition & 1 deletion bin/update_deps.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# Turn on bash strict mode.
set -euxo pipefail
set -euo pipefail

# Delete the old lock file.
rm -f uv.lock
Expand Down

0 comments on commit e253e61

Please sign in to comment.