ffmpeg.wasm
ffmpeg.wasm copied to clipboard
"ENV key=value" should be used instead of legacy "ENV key value" format
The correct format for declaring environment variables and build arguments in a Dockerfile is ENV key=value and ARG key=value, where the variable name (key) and value (value) are separated by an equals sign (=). Historically, Dockerfiles have also supported a space separator between the key and the value (for example, ARG key value). This legacy format is deprecated, and you should only use the format with the equals sign.
https://docs.docker.com/reference/build-checks/legacy-key-value-format/
Deploy Preview for ffmpegwasm canceled.
| Name | Link |
|---|---|
| Latest commit | 051444132163b5b0a57756ceb93b0142f157a914 |
| Latest deploy log | https://app.netlify.com/sites/ffmpegwasm/deploys/67e7b0180bd20a00085c1eaf |