Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3acacc2

Browse files
tbalmblaschke
authored andcommitted
Revert "Fix missing quotation marks in etc/environment.yml" (#173)
This reverts commit 0920887f0df622b326ef44345939f42f5a162c7f because wrapping the value of CLI_SCRIPT breaks its usage: $ docker-compose run --rm app cli help sudo: "php: command not found # Conflicts: # etc/environment.yml
1 parent 09dc4c3 commit 3acacc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎etc/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# General
1313
WEB_DOCUMENT_ROOT=/app/
1414
WEB_DOCUMENT_INDEX=index.php
15-
CLI_SCRIPT="php /app/index.php"
15+
CLI_SCRIPT=php /app/index.php
1616

1717
#######################################
1818
# SSH settings

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /