yes, but there is no expectation of what a CPU means on DO, look at digitalocean container pricing
yes, but there is no expectation of what a CPU means on DO, look at digitalocean container pricing


instances a deprecated property.instances {
"max_instances": 3,
"name": "my-services-container",
"class_name": "MyServicesContainer",
"image": "./my-services-container/Dockerfile",
"instance_type": "standard",
"image_vars": {
"NPM_TOKEN": "MY_NPM_TOKEN_SECRET"
}
}ARG NPM_TOKEN
# Install dependencies first
RUN npm installARG NPM_TOKEN=MY_NPM_TOKEN_SECRET
# Install dependencies first
RUN npm install