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,
"dockerfileLines": [
"FROM lipanski/docker-static-website",
"COPY ./app .",
"CMD ['busybox', 'httpd', '-f', '-v', '-p', '80', '-c', 'httpd.conf']"
"COPY ./app ."
]
}