Updating captain definition to use port 3000

This commit is contained in:
Jason Williams
2025-01-02 14:30:44 -07:00
parent da6471c396
commit f93f3d710c

View File

@@ -2,7 +2,6 @@
"schemaVersion": 2, "schemaVersion": 2,
"dockerfileLines": [ "dockerfileLines": [
"FROM lipanski/docker-static-website", "FROM lipanski/docker-static-website",
"COPY ./app .", "COPY ./app ."
"CMD ['busybox', 'httpd', '-f', '-v', '-p', '80', '-c', 'httpd.conf']"
] ]
} }