[PR #3712] [CLOSED] make rm in docker file ignore nonexistent files #4503

Closed
opened 2026-03-17 02:02:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3712
Author: @RaHehl
Created: 1/3/2024
Status: Closed

Base: mainHead: fix-error-deleting-not-existing-file


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 prod.Dockerfile (+1 -1)

📄 Description

added -f to rm .env to ignore nonexistent files

without this change my docker backend builds fail with "0.556 rm: can't remove '../../.env': No such file or directory"


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/3712 **Author:** [@RaHehl](https://github.com/RaHehl) **Created:** 1/3/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix-error-deleting-not-existing-file` --- ### 📝 Commits (1) - [`c4465f0`](https://github.com/hoppscotch/hoppscotch/commit/c4465f0218c736ad3cea4fd2d6b1b1d59fa44775) Update prod.Dockerfile ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `prod.Dockerfile` (+1 -1) </details> ### 📄 Description added -f to rm .env to ignore nonexistent files without this change my docker backend builds fail with "0.556 rm: can't remove '../../.env': No such file or directory" --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:02:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4503
No description provided.