fix: creates custom images for each container
This commit is contained in:
7
docker/Dockerfile.scheduler
Normal file
7
docker/Dockerfile.scheduler
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM php:8.4-cli-alpine3.21
|
||||
|
||||
RUN docker-php-ext-install pdo_mysql
|
||||
|
||||
COPY --chown=www-data:www-data . /app
|
||||
|
||||
ENTRYPOINT [ "php", "/app/bin/console", "messenger:consume", "scheduler_monitor" ]
|
||||
Reference in New Issue
Block a user