aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorLibravatar Eric Reeves <eric@alluvium.com>2022-04-30 06:01:19 -0500
committerLibravatar GitHub <noreply@github.com>2022-04-30 11:01:19 +0000
commit8400779e09d1a9e31429787c8620980c5a4c2051 (patch)
tree5010e9c9b578a8d10ed083d87cdfb7ef544d2ded /docker
parentAdded build script for unix OSes (diff)
downloadferdium-server-8400779e09d1a9e31429787c8620980c5a4c2051.tar.gz
ferdium-server-8400779e09d1a9e31429787c8620980c5a4c2051.tar.zst
ferdium-server-8400779e09d1a9e31429787c8620980c5a4c2051.zip
build: Do not run husky for production builds, only for dev builds (#12)
* Use 'is-ci' to determine if we are in a CI system Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh
index 44f480f..51df4e3 100755
--- a/docker/entrypoint.sh
+++ b/docker/entrypoint.sh
@@ -1,6 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2 2
3cat << EOL 3cat << "EOL"
4------------------------------------- 4-------------------------------------
5 ______ ___ 5 ______ ___
6 / ____/__ _________/ (_)_ ______ ___ 6 / ____/__ _________/ (_)_ ______ ___