We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f839ad commit 85b4a3fCopy full SHA for 85b4a3f
backend/Dockerfile
@@ -18,9 +18,6 @@ COPY pyproject.toml poetry.lock* ./
18
# 6. Install dependencies (without virtualenvs, no-root to skip package install)
19
RUN poetry install --no-interaction --no-ansi --no-root
20
21
-# 7. Copy .env file
22
-COPY .env ./
23
-
24
# 8. Now copy the full project
25
COPY . .
26
frontend/Dockerfile
@@ -8,9 +8,6 @@ WORKDIR /app
8
COPY package.json package-lock.json* pnpm-lock.yaml* ./
9
RUN npm install
10
11
-# 4. Copy .env file
12
13
14
# 5. Copy the rest of the app
15
16
0 commit comments