Dockerfile: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 May 2024

  • curprev 06:5806:58, 7 May 2024Admin talk contribs 438 bytes +64 No edit summary
  • curprev 06:5706:57, 7 May 2024Admin talk contribs 374 bytes +1 No edit summary
  • curprev 06:5706:57, 7 May 2024Admin talk contribs 373 bytes +373 Created page with "1. Peratama buat Dockerfile yang isinya # Gunakan gambar dasar PHP 8.2 dengan Apache FROM php:8.2-apache # Instalasi klien MySQL RUN apt-get update && apt-get install -y default-mysql-client && rm -rf /var/lib/apt/lists/* RUN docker-php-ext-install mysqli pdo pdo_mysql && docker-php-ext-enable pdo_mysql 2. docker build -t api . 3. gunakan api untuk docker compose"