We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d700c23 commit 2a8c4a7Copy full SHA for 2a8c4a7
frontend/Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
7
build-essential \
8
&& rm -rf /var/lib/apt/lists/*
9
10
-COPY requirements.txt /app/requirements.txt
+COPY frontend/requirements.txt /app/requirements.txt
11
12
RUN pip install --no-cache-dir --upgrade pip \
13
&& pip install --no-cache-dir -r /app/requirements.txt
textos/feature.txt
@@ -20,4 +20,5 @@ ListaCompras/
20
│
21
├── .gitignore
22
├── requirements.txt
23
-└── README.md
+└── README.md
24
+
0 commit comments