mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
added default values for docker image/tag/entrypoint
This commit is contained in:
parent
7ef538818a
commit
9b67c951c2
@ -31,9 +31,9 @@ export const initialValues: Partial<MetadataPublishFormAlgorithm> = {
|
|||||||
name: '',
|
name: '',
|
||||||
author: '',
|
author: '',
|
||||||
dockerImage: 'node:pre-defined',
|
dockerImage: 'node:pre-defined',
|
||||||
image: '',
|
image: 'node',
|
||||||
containerTag: '',
|
containerTag: '10',
|
||||||
entrypoint: '',
|
entrypoint: 'node $ALGO',
|
||||||
files: '',
|
files: '',
|
||||||
description: '',
|
description: '',
|
||||||
algorithmPrivacy: false,
|
algorithmPrivacy: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user