diff --git a/bun.lockb b/bun.lockb
new file mode 100755
index 0000000..690c56b
Binary files /dev/null and b/bun.lockb differ
diff --git a/src/components/CreateCruisePage.tsx b/src/components/CreateCruisePage.tsx
index f754958..450ee00 100644
--- a/src/components/CreateCruisePage.tsx
+++ b/src/components/CreateCruisePage.tsx
@@ -7,7 +7,7 @@ import './CreateCruisePage.css';
export default function CreateCruisePage() {
const [page, setPage] = useState('info');
- const [strat, setStrat] = useState<'raw-html' | 'react-js'>('raw-html');
+ const [strat, setStrat] = useState<'raw-html' | 'react-js' | 'raw-html-anthracite' | 'docker' | 'default'>('default');
const [owner, setOwner] = useState('');
const [repo, setRepo] = useState('');
const [name, setName] = useState('');
@@ -32,8 +32,8 @@ export default function CreateCruisePage() {
"serviceName": name,
"containerUrl": `ghcr.io/${owner}/${repo}`,
"namespaceId": search.get("namespaceId"),
- "serviceUrl": hostUriInput,
- "hostnammes": []
+ "serviceUrl": "https://"+hostUriInput,
+ "hostnames": []
})
}).then((response)=> {
if(response.status === 200) {
@@ -84,10 +84,13 @@ export default function CreateCruisePage() {
{setName(e.currentTarget.value)}}/>
-
How did you create your website?
+ Choose a Dockerfile template
Don't see your technology/framework? Email me: nws-support@nickorlow.com
-