Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker.mdx: use --omit=dev for npm over deprecated --production #8226

Merged
merged 2 commits into from
May 14, 2024

Commits on May 8, 2024

  1. docker.mdx: use --omit=dev for npm instead of deprecated `--product…

    …ion`
    
    This fixes npm warnings that I get using the template:
    
    ```
    [linux/arm64 build-deps 1/1] 
    RUN npm install --production=false
    npm WARN config production Use `--omit=dev` instead.
    RUN npm install --production
    npm WARN config production Use `--omit=dev` instead.
    ```
    corneliusroemer committed May 8, 2024
    Configuration menu
    Copy the full SHA
    51f1f58 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    27a9915 View commit details
    Browse the repository at this point in the history