Update Dockerfile #2
Prebuild.yaml
on: push
Production
23s
Development
35s
Annotations
1 error and 2 warnings
Production
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ -f yarn.lock ]; then yarn --frozen-lockfile; elif [ -f package-lock.json ]; then npm ci; elif [ -f pnpm-lock.yaml ]; then corepack enable pnpm && pnpm i --frozen-lockfile; else echo \"Lockfile not found.\" && exit 1; fi" did not complete successfully: exit code: 1
|
Variables should be defined before their use:
Dockerfile.dev#L10
UndefinedVar: Usage of undefined variable '$FOLDER'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Relative workdir without an absolute workdir declared within the build can have unexpected results if the base image changes:
Dockerfile.dev#L10
WorkdirRelativePath: Relative workdir "" can have unexpected results if the base image changes
More info: https://docs.docker.com/go/dockerfile/rule/workdir-relative-path/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
diploi~component-nodejs~ACHZGR.dockerbuild
|
35.8 KB |
|
diploi~component-nodejs~IYPDC0.dockerbuild
|
19.2 KB |
|