Skip to content

Commit 3f3898d

Browse files
Merge pull request #25 from VadymTrofymenko/fix-issue-with-dev-scripts
Update Dockerfile
2 parents 88c066b + 0924213 commit 3f3898d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,9 @@ ENV XDEBUG_CLIENT_HOST="host.docker.internal"
221221
# Copy Dev Scripts
222222
COPY docker/*-dev /usr/local/bin/
223223
RUN chmod +x /usr/local/bin/*-dev; \
224-
225224
# ------------------------------------------------------ PHP -----------------------------------------------------------
226225

227-
mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini" \
226+
mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini"
228227

229228
COPY docker/php/dev-* $PHP_INI_DIR/conf.d/
230229

0 commit comments

Comments
 (0)