fix entrypoint

This commit is contained in:
cherednik 2024-10-24 14:49:52 +04:00
parent c20da7d095
commit f22707ffe2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash -x
APP_ENV="${APP_ENV:-dev}
APP_ENV="${APP_ENV:-dev}"
if [[ ${APP_ENV#*=} == "prod" ]]; then
service pcscd start