mirror of
https://github.com/dunglas/frankenphp
synced 2024-11-21 23:30:45 +00:00
fix: Docker images (#52)
This commit is contained in:
parent
4b21d18e84
commit
4aa6df749c
@ -107,7 +107,7 @@ RUN cd caddy/frankenphp && \
|
||||
cp frankenphp /usr/local/bin && \
|
||||
cp /go/src/app/caddy/frankenphp/Caddyfile /etc/Caddyfile
|
||||
|
||||
ENTRYPOINT ["/bin/bash","-c"]
|
||||
ENTRYPOINT ["/bin/sh","-c"]
|
||||
|
||||
FROM php:8.2.0RC4-zts-alpine3.16 AS final
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user