update comments

This commit is contained in:
Jonas Leder 2021-09-26 00:24:43 +02:00
parent b589b33624
commit 9641f66a9a
No known key found for this signature in database
GPG key ID: CC3C488E27DFF5CA

View file

@ -17,6 +17,9 @@ WORKDIR /build
COPY --from=buildJS /build/public .
RUN cd API && composer install
# |--------------------------------------------------------------------------
# | Install Webserver
# |--------------------------------------------------------------------------
FROM gitlab.jonasled.de/jonasled/apache-php-minimal:latest
RUN apk update && \
apk add php8-mysqli php8-mbstring curl --no-cache