-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hi, I'm testing drupal-docker on a clean Ubuntu 16.10 installation but the function script isn't able to create the environment file for docker because the env -i command needs the correct path.
The error is:
env: "environment": File or directory not found
More precisely the following line:
env -i environment | grep /v "_=" | sort > .docker.env
should be changed into:
env -i ./environment | grep /v "_=" | sort > .docker.env
I've added the ./ to specify the environment file path.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels