You asked less than 24h ago? There's still no news.
You asked less than 24h ago? There's still no news.
instances a deprecated property.
host.docker.internal - localhost to a container is just itself rather than your host machine.localhost but for the default host.docker.internal is the wayinstances {
"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_TOKENhost.docker.internalhost.docker.internallocalhostlocalhost=> [build 3/8] RUN echo BAR"image_vars": {
"FOO": "BAR"
}ARG FOO
RUN echo $FOO