Creating framework for local development environment

This commit is contained in:
Jason Williams
2025-01-03 10:58:37 -07:00
parent f93f3d710c
commit 7313cea51f
3 changed files with 7 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
FROM docker.io/lipanski/docker-static-website
COPY ./app .
COPY httpd.conf httpd.conf
COPY ./app /app