improvement: introduce Super-Linter actions to check style for shell script, dockerfile and yaml files (#1966)

This commit is contained in:
Bowen Liang
2024-01-09 10:31:52 +08:00
committed by GitHub
parent 853cdd741f
commit c32c177e15
8 changed files with 41 additions and 4 deletions

4
web/docker/entrypoint.sh Normal file → Executable file
View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -e
@@ -20,4 +20,4 @@ fi
export NEXT_PUBLIC_SENTRY_DSN=${SENTRY_DSN}
export NEXT_PUBLIC_SITE_ABOUT=${SITE_ABOUT}
node ./server.js
node ./server.js