Skip to content

Commit 6be0583

Browse files
committed
Cleanup workspace & reconfigure
1 parent 6369377 commit 6be0583

9 files changed

+1
-401
lines changed

Dockerfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM dockerframework/phpfpm:7.2-alpine3.7
1+
FROM dockerframework/phpfpm:latest
22

33
# ================================================================================================
44
# Inspiration: Docker Framework (https://github.com/zeroc0d3/docker-framework)
@@ -21,14 +21,6 @@ FROM dockerframework/phpfpm:7.2-alpine3.7
2121

2222
MAINTAINER "Laradock Team <mahmoud@zalt.me>"
2323

24-
ENV PHP_VERSION=7.2.5 \
25-
ALPINE_VERSION=3.7 \
26-
XDEBUG_VERSION=2.6.0
27-
28-
COPY docker-php-source /usr/local/bin/docker-php-source
29-
COPY docker-php-ext-* /usr/local/bin/
30-
COPY docker-php-entrypoint /usr/local/bin/docker-php-entrypoint
31-
3224
ENV NODE_VERSION=10.0.0
3325
RUN addgroup -g 1000 node \
3426
&& adduser -u 1000 -G node -s /bin/sh -D node \

docker-compose.skeleton.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,5 @@ services:
2525
- ${VENDOR_PHP_CS_FIXER}:/usr/local/bin/php-cs-fixer # vendor php-cs-fixer
2626
- ${WORKSPACE}:/var/www/html # volume for data
2727
environment:
28-
- ALPINE_VERSION=${ALPINE_VERSION}
29-
- PHP_VERSION=${PHP_VERSION}
30-
- XDEBUG_VERSION=${XDEBUG_VERSION}
31-
- DEBUG=1
3228
- NODE_VERSION=${NODE_VERSION}
3329
- YARN_VERSION=${YARN_VERSION}

docker-compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,5 @@ services:
2323
- ./vendor/php-cs-fixer:/usr/local/bin/php-cs-fixer # vendor php-cs-fixer
2424
- ./data/laradock:/var/www/html # volume for data
2525
environment:
26-
- ALPINE_VERSION=3.7
27-
- PHP_VERSION=7.2.5
28-
- XDEBUG_VERSION=2.6.0
29-
- DEBUG=1
3026
- NODE_VERSION=10.0.0
3127
- YARN_VERSION=1.6.0

docker-php-entrypoint

Lines changed: 0 additions & 9 deletions
This file was deleted.

docker-php-ext-configure

Lines changed: 0 additions & 69 deletions
This file was deleted.

docker-php-ext-enable

Lines changed: 0 additions & 114 deletions
This file was deleted.

docker-php-ext-install

Lines changed: 0 additions & 122 deletions
This file was deleted.

docker-php-pecl-install

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)