diff --git a/src/models/FormAlgoPublish.ts b/src/models/FormAlgoPublish.ts index d5299229f..44214b1be 100644 --- a/src/models/FormAlgoPublish.ts +++ b/src/models/FormAlgoPublish.ts @@ -31,9 +31,9 @@ export const initialValues: Partial = { name: '', author: '', dockerImage: 'node:pre-defined', - image: '', - containerTag: '', - entrypoint: '', + image: 'node', + containerTag: '10', + entrypoint: 'node $ALGO', files: '', description: '', algorithmPrivacy: false,