We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ff65a commit 68ac89dCopy full SHA for 68ac89d
1 file changed
captain-definition
@@ -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