fix entrypoint
This commit is contained in:
parent
c20da7d095
commit
f22707ffe2
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash -x
|
#!/bin/bash -x
|
||||||
|
|
||||||
APP_ENV="${APP_ENV:-dev}”
|
APP_ENV="${APP_ENV:-dev}"
|
||||||
|
|
||||||
if [[ ${APP_ENV#*=} == "prod" ]]; then
|
if [[ ${APP_ENV#*=} == "prod" ]]; then
|
||||||
service pcscd start
|
service pcscd start
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue