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
# 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
......
#!/bin/bash
#!/bin/sh
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