Skip to content

infra: add frontend/.dockerignore#1122

Open
davi713albano-coder wants to merge 1 commit into
LabsCrypt:mainfrom
davi713albano-coder:infra/add-frontend-dockerignore
Open

infra: add frontend/.dockerignore#1122
davi713albano-coder wants to merge 1 commit into
LabsCrypt:mainfrom
davi713albano-coder:infra/add-frontend-dockerignore

Conversation

@davi713albano-coder

Copy link
Copy Markdown

Closes #1076

What does this PR do?

Adds frontend/.dockerignore to prevent local node_modules, .next, .git, .env* files, logs, coverage, and .DS_Store from being sent to the Docker build context and baked into the image.

Entries are consistent with the existing backend/.dockerignore where applicable.

How did you verify your code works?

Verified the file content matches the acceptance criteria in #1076 and is consistent with the existing backend/.dockerignore patterns.

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.

[Infra] Add frontend/.dockerignore so COPY . . does not bake node_modules and .env into the image

1 participant