Transition from busybox httpd to nginx

This commit is contained in:
Jason Williams
2025-01-09 08:36:17 -07:00
parent 23abff6f5f
commit 66d59073b0
7 changed files with 16 additions and 15 deletions

View File

@@ -1,8 +1,4 @@
{
"schemaVersion": 2,
"dockerfileLines": [
"FROM lipanski/docker-static-website",
"COPY httpd.conf httpd.conf",
"COPY ./www /www"
]
"deckerfilePath": "./Dockerfile"
}