Skip to content

Commit b650024

Browse files
committed
Provide default value for SIMPLETEST_BASE_URL
1 parent 15334ac commit b650024

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ RUN chown -R drupal:drupal /home/drupal/.my.cnf
142142

143143
USER drupal
144144
ENV PATH="/home/drupal/.composer/vendor/bin:${PATH}"
145+
ENV SIMPLETEST_BASE_URL="http://localhost:8080/"
145146
WORKDIR /projects
146147

147148
EXPOSE 8080

0 commit comments

Comments
 (0)