Compare commits

..

2 Commits

Author SHA1 Message Date
karooo c855ff14a0 edit nama 2026-06-11 15:44:21 +07:00
karooo 730636d3c4 Add Dockerfile for landing page 2026-06-11 15:42:24 +07:00
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM nginx:alpine
COPY . /usr/share/nginx/html
EXPOSE 80
+1 -1
View File
@@ -10,7 +10,7 @@
<div class="container"> <div class="container">
<header> <header>
<h1>D1041231004 - Karoo V</h1> <h1>D1041231004 - Muhammad Fathur Rahman</h1>
<p>Portfolio Project Deployment Coolify</p> <p>Portfolio Project Deployment Coolify</p>
</header> </header>