Switch to explicitly defined Dockerfile in captain-definition (Schema v1) to fix deployment error

This commit is contained in:
DJ Gillespie 2026-02-02 17:09:49 -07:00
parent c2e9887f09
commit 3d2c261914

View File

@ -1,4 +1,7 @@
{
"schemaVersion": 2,
"templateId": "nginx"
"schemaVersion": 1,
"dockerfileLines": [
"FROM nginx:alpine",
"COPY . /usr/share/nginx/html"
]
}