update comments
This commit is contained in:
parent
b589b33624
commit
9641f66a9a
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ WORKDIR /build
|
||||||
COPY --from=buildJS /build/public .
|
COPY --from=buildJS /build/public .
|
||||||
RUN cd API && composer install
|
RUN cd API && composer install
|
||||||
|
|
||||||
|
# |--------------------------------------------------------------------------
|
||||||
|
# | Install Webserver
|
||||||
|
# |--------------------------------------------------------------------------
|
||||||
FROM gitlab.jonasled.de/jonasled/apache-php-minimal:latest
|
FROM gitlab.jonasled.de/jonasled/apache-php-minimal:latest
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk add php8-mysqli php8-mbstring curl --no-cache
|
apk add php8-mysqli php8-mbstring curl --no-cache
|
||||||
|
|
Loading…
Reference in a new issue