Parcourir la source

fix entrypoint script line endings (#900)

Rhon Joe il y a 1 an
Parent
commit
71a9d63232
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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
 # 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

+ 1 - 1
web/docker/entrypoint.sh

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