Skip to content

Commit 2a8c4a7

Browse files
committed
COPY frontend/requirements.txt /app/requirements.txt
1 parent d700c23 commit 2a8c4a7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
77
build-essential \
88
&& rm -rf /var/lib/apt/lists/*
99

10-
COPY requirements.txt /app/requirements.txt
10+
COPY frontend/requirements.txt /app/requirements.txt
1111

1212
RUN pip install --no-cache-dir --upgrade pip \
1313
&& pip install --no-cache-dir -r /app/requirements.txt

textos/feature.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ ListaCompras/
2020
2121
├── .gitignore
2222
├── requirements.txt
23-
└── README.md
23+
└── README.md
24+

0 commit comments

Comments
 (0)