Update captain-definition to Schema Version 2 with inline Dockerfile instructions

This commit is contained in:
DJ Gillespie 2026-02-02 17:20:35 -07:00
parent 3d2c261914
commit f3e3661282

View File

@ -1,5 +1,5 @@
{ {
"schemaVersion": 1, "schemaVersion": 2,
"dockerfileLines": [ "dockerfileLines": [
"FROM nginx:alpine", "FROM nginx:alpine",
"COPY . /usr/share/nginx/html" "COPY . /usr/share/nginx/html"