Skip to content

Commit 25c95cb

Browse files
Fix Docker Image Creation
1 parent 6f839ad commit 25c95cb

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

backend/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ COPY pyproject.toml poetry.lock* ./
1818
# 6. Install dependencies (without virtualenvs, no-root to skip package install)
1919
RUN poetry install --no-interaction --no-ansi --no-root
2020

21-
# 7. Copy .env file
22-
COPY .env ./
23-
2421
# 8. Now copy the full project
2522
COPY . .
2623

frontend/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ WORKDIR /app
88
COPY package.json package-lock.json* pnpm-lock.yaml* ./
99
RUN npm install
1010

11-
# 4. Copy .env file
12-
COPY .env ./
13-
1411
# 5. Copy the rest of the app
1512
COPY . .
1613

0 commit comments

Comments
 (0)