From 23ae49eefa372bfce7b1005a75b23f5844eee490 Mon Sep 17 00:00:00 2001
From: Nicholas Orlowsky
Date: Sun, 30 Jul 2023 18:17:24 -0500
Subject: [PATCH] add bash
---
Dockerfile | 6 +++---
out/index.html | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index a01d859..0d67ca4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,6 +4,6 @@ WORKDIR /site
COPY . .
-RUN ls
-RUN /bin/sh compile.sh
-RUN cp -r ./out/* /usr/share/nginx/html
\ No newline at end of file
+RUN apk add bash
+RUN /bin/bash compile.sh
+RUN cp -r ./out/* /usr/share/nginx/html
diff --git a/out/index.html b/out/index.html
index 2505765..d72a764 100644
--- a/out/index.html
+++ b/out/index.html
@@ -20,7 +20,7 @@
[ LinkedIn ]
[ E-Mail ]
[ Resume ]
-
+ [ Old Website ]