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: '',
|
||||
author: '',
|
||||
dockerImage: 'node:pre-defined',
|
||||
image: '',
|
||||
containerTag: '',
|
||||
entrypoint: '',
|
||||
image: 'node',
|
||||
containerTag: '10',
|
||||
entrypoint: 'node $ALGO',
|
||||
files: '',
|
||||
description: '',
|
||||
algorithmPrivacy: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user