From 71a9d632322351465ea3c426c767afc016247f33 Mon Sep 17 00:00:00 2001 From: Rhon Joe Date: Fri, 18 Aug 2023 10:42:44 +0800 Subject: [PATCH] fix entrypoint script line endings (#900) --- web/Dockerfile | 2 +- web/docker/entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/Dockerfile b/web/Dockerfile index 8c18e1adf0..34e20c5c28 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -25,7 +25,7 @@ RUN yarn build # production stage FROM base as production -ENV NODE_ENV=production +ENV NODE_ENV production ENV EDITION SELF_HOSTED ENV DEPLOY_ENV PRODUCTION ENV CONSOLE_API_URL http://127.0.0.1:5001 diff --git a/web/docker/entrypoint.sh b/web/docker/entrypoint.sh index 77fee3ca77..474c329816 100644 --- a/web/docker/entrypoint.sh +++ b/web/docker/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh set -e