Skip to content

Update Dockerfile#1

Open
sharkeshd wants to merge 1 commit into
dockersamples:mainfrom
sharkeshd:patch-1
Open

Update Dockerfile#1
sharkeshd wants to merge 1 commit into
dockersamples:mainfrom
sharkeshd:patch-1

Conversation

@sharkeshd

Copy link
Copy Markdown

Key Points:
Base Stage: This stage sets up the working directory and the base image. Development Stage: It installs all dependencies (including dev dependencies) and sets up the command for development. Production Stage: It installs only production dependencies, making the final image smaller.

Key Points:
Base Stage: This stage sets up the working directory and the base image.
Development Stage: It installs all dependencies (including dev dependencies) and sets up the command for development.
Production Stage: It installs only production dependencies, making the final image smaller.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant