Switch to explicitly defined Dockerfile in captain-definition (Schema v1) to fix deployment error
This commit is contained in:
parent
c2e9887f09
commit
3d2c261914
@ -1,4 +1,7 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"templateId": "nginx"
|
||||
"schemaVersion": 1,
|
||||
"dockerfileLines": [
|
||||
"FROM nginx:alpine",
|
||||
"COPY . /usr/share/nginx/html"
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user