1
0
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:
Bogdan Fazakas 2021-02-25 11:12:18 +02:00
parent 7ef538818a
commit 9b67c951c2

View File

@ -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,