Unverified Commit 71a9d632 authored by Rhon Joe's avatar Rhon Joe Committed by GitHub

fix entrypoint script line endings (#900)

parent fb62017e
...@@ -25,7 +25,7 @@ RUN yarn build ...@@ -25,7 +25,7 @@ RUN yarn build
# production stage # production stage
FROM base as production FROM base as production
ENV NODE_ENV=production ENV NODE_ENV production
ENV EDITION SELF_HOSTED ENV EDITION SELF_HOSTED
ENV DEPLOY_ENV PRODUCTION ENV DEPLOY_ENV PRODUCTION
ENV CONSOLE_API_URL http://127.0.0.1:5001 ENV CONSOLE_API_URL http://127.0.0.1:5001
......
#!/bin/bash #!/bin/sh
set -e set -e
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment