fix entrypoint script line endings (#900)

This commit is contained in:
Rhon Joe 2023-08-18 10:42:44 +08:00 committed by GitHub
parent fb62017e50
commit 71a9d63232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e