Skip to content

Commit 68ac89d

Browse files
authored
Create captain-definition
1 parent b0ff65a commit 68ac89d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

captain-definition

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"schemaVersion": 2,
3+
"dockerfileLines": [
4+
"FROM socialengine/nginx-spa:latest",
5+
"COPY ./index.js /app",
6+
"RUN chmod -R 777 /app"
7+
]
8+
}

0 commit comments

Comments
 (0)