From 366d655591938f4071baad3360ea69aecb94bf35 Mon Sep 17 00:00:00 2001
From: DewanaGustavus <76590469+DewanaGustavus@users.noreply.github.com>
Date: Sat, 21 Oct 2023 18:56:16 +0700
Subject: [PATCH] chore: change docker image name

---
 docker-compose.yml     | 2 +-
 scripts/build-image.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 0054d0b..4ff27d7 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,7 +1,7 @@
 version: '3.3'
 services:
   web:
-    image: tubes-1:latest
+    image: if3110-2023-02-36-php-app:latest
     ports:
       - 8000:80
     build: 
diff --git a/scripts/build-image.sh b/scripts/build-image.sh
index ce096ba..610c39d 100644
--- a/scripts/build-image.sh
+++ b/scripts/build-image.sh
@@ -1 +1 @@
-docker build -t tubes-1:latest .
\ No newline at end of file
+docker build -t if3110-2023-02-36-php-app:latest .
\ No newline at end of file
-- 
GitLab