From da6471c39691a0533ed8c285952f01db560a91cc Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Thu, 2 Jan 2025 14:28:11 -0700 Subject: [PATCH] Updating dockerfile to standard port --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..24ea68d --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM docker.io/lipanski/docker-static-website +COPY ./app .