Skip to content

Commit

Permalink
Revert that thing :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMikes committed Jan 26, 2025
1 parent ac874da commit 6025d27
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 55 deletions.
52 changes: 0 additions & 52 deletions .docker/unit/config.json

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV APP_ENV="prod" \

RUN rm $PHP_INI_DIR/conf.d/docker-php-ext-xdebug.ini

COPY .docker/unit/ /docker-entrypoint.d/
COPY .docker/on-startup.sh /docker-entrypoint.d/

COPY composer.json composer.lock symfony.lock ./
RUN composer install --no-dev --no-interaction --no-scripts
Expand Down
3 changes: 1 addition & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ services:
tty: true
volumes:
- .:/app
- .docker/unit/config.json:/docker-entrypoint.d/config.json
- .docker/unit/on-startup.sh:/docker-entrypoint.d/on-startup.sh
- .docker/on-startup.sh:/docker-entrypoint.d/on-startup.sh
depends_on:
- postgres
- redis
Expand Down

0 comments on commit 6025d27

Please sign in to comment.