guitosi commited on
Commit
ea5c755
·
1 Parent(s): 541f2bd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -48,7 +48,7 @@ ENV LABEL_STUDIO_DISABLE_SIGNUP_WITHOUT_LINK=true
48
  #
49
  # Uncomment the following line to remove the warning about ephemeral storage
50
  #
51
- $(cat /run/secrets/POSTGRESQL_DB)
52
  #
53
  ENV STORAGE_PERSISTENCE=1
54
  #
 
48
  #
49
  # Uncomment the following line to remove the warning about ephemeral storage
50
  #
51
+ os.environ.get("POSTGRESQL_DB")
52
  #
53
  ENV STORAGE_PERSISTENCE=1
54
  #