Skip to content
Snippets Groups Projects
Verified Commit 9641f66a authored by Jonas Leder's avatar Jonas Leder
Browse files

update comments

parent b589b336
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment