Back to Moon

docker prune

website/docs/commands/docker/prune.mdx

2.2.4688 B
Original Source

The moon docker prune command will reduce the overall filesize of the Docker environment by installing production only dependencies for projects that were scaffolded, and removing any applicable extraneous files.

shell
$ moon docker prune

:::info

View the official Docker usage guide for a more in-depth example of how to utilize this command.

:::

:::caution

This command must be ran after moon docker scaffold and is typically ran within a Dockerfile! The moon docker file command can be used to generate a Dockerfile.

:::

Configuration