mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2024-11-10 07:37:25 +01:00
Remove pinned alpine variant
This commit is contained in:
parent
624f79a4ef
commit
13488100c4
@ -1,4 +1,4 @@
|
||||
FROM php:8.0-fpm-alpine3.13
|
||||
FROM php:8.0-fpm-alpine
|
||||
|
||||
RUN apk add --no-cache $PHPIZE_DEPS \
|
||||
git \
|
||||
@ -81,7 +81,7 @@ ENV CORS_ALLOW_ORIGIN=^https?://(localhost|127\\.0\\.0\\.1)(:[0-9]+)?$
|
||||
|
||||
WORKDIR /var/www/symfony
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]8
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["php-fpm", "-F", "-y/usr/local/etc/php/php-fpm.d/symfony.pool.conf"]
|
||||
|
||||
EXPOSE 9001
|
||||
|
Loading…
Reference in New Issue
Block a user