1
0

🏗️」 wip: everything should be fixed

This commit is contained in:
2025-01-18 16:38:11 +01:00
parent 9a8f33f0b4
commit fbdfcef494
4 changed files with 9 additions and 10 deletions

View File

@ -12,7 +12,7 @@ COPY cmd /build/cmd
COPY internal /build/internal
COPY docker/wordpress/www-docker.conf /www-docker.conf
RUN apk add --no-cache go curl php84-fpm tzdata fcgi \
RUN apk add --no-cache go curl php84-mysqli php84-fpm tzdata fcgi \
&& cd /build \
&& go build git.keyzox.me/42_adjoly/inception/cmd/wordpress/entrypoint \
&& cp /build/entrypoint /docker-entrypoint \