diff --git a/captain-definition b/captain-definition index 2dadbf6..603fccc 100644 --- a/captain-definition +++ b/captain-definition @@ -1,8 +1,8 @@ { "schemaVersion": 2, "dockerfileLines": [ - "FROM socialengine/nginx-spa:latest", - "COPY ./app /app", - "RUN chmod -R 777 /app" + "FROM lipanski/docker-static-website", + "COPY ./app .", + "CMD ['busybox', 'httpd', '-f', '-v', '-p', '80', '-c', 'httpd.conf']" ] } \ No newline at end of file