they have a wip sqlite adapter but yes, the base install would need to be on mysql and migrated
they have a wip sqlite adapter but yes, the base install would need to be on mysql and migrated
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 installARG NPM_TOKEN
ENV NPM_TOKEN=$NPM_TOKENARG FOO
RUN echo $FOO=> [build 3/8] RUN echo BAR"image_vars": {
"FOO": "BAR"
}