Fix devcontainer build failure due to env var being interpreted as non-string (#2844)

This commit is contained in:
Ryan B. Harvey 2022-10-28 00:56:53 -05:00 committed by GitHub
parent 5538df6b44
commit 89b4e7f2a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ services:
PGHOST: db
# set this to true in the development environment until I can get SSL setup on the
# docker postgres instance
PGTESTNOSSL: true
PGTESTNOSSL: 'true'
# Overrides default command so things don't shut down after the process ends.
command: sleep infinity