fix(Docker): Tweak entrypoint permissions (#17698)

* fix(Docker): Fix entrypoint permissions

* use entrypoint.sh as an argument to bash

* attempt to use more specified filepaths
This commit is contained in:
Mike Delago
2023-11-14 11:36:27 -05:00
committed by GitHub
parent 5a4fdc7de4
commit 6e752c8720
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -euo pipefail
# Copy all default config files to env/dist/etc if they don't already exist