diff --git a/captain-definition b/captain-definition index 603fccc..a3c5075 100644 --- a/captain-definition +++ b/captain-definition @@ -2,7 +2,6 @@ "schemaVersion": 2, "dockerfileLines": [ "FROM lipanski/docker-static-website", - "COPY ./app .", - "CMD ['busybox', 'httpd', '-f', '-v', '-p', '80', '-c', 'httpd.conf']" + "COPY ./app ." ] } \ No newline at end of file