소스 검색

fix entrypoint script line endings (#900)

tags/0.3.15
Rhon Joe 2 년 전
부모
커밋
71a9d63232
No account linked to committer's email address
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      web/Dockerfile
  2. 1
    1
      web/docker/entrypoint.sh

+ 1
- 1
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

+ 1
- 1
web/docker/entrypoint.sh 파일 보기

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

set -e


Loading…
취소
저장