Spaces:
Sleeping
Sleeping
Lazar Radojevic
commited on
Commit
·
5a2430a
1
Parent(s):
268c7f9
update dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ RUN pip install poetry
|
|
11 |
COPY pyproject.toml poetry.lock ./
|
12 |
|
13 |
# Install dependencies using Poetry
|
14 |
-
RUN poetry
|
15 |
|
16 |
# Copy the rest of the application code to the working directory
|
17 |
COPY . .
|
|
|
11 |
COPY pyproject.toml poetry.lock ./
|
12 |
|
13 |
# Install dependencies using Poetry
|
14 |
+
RUN poetry install
|
15 |
|
16 |
# Copy the rest of the application code to the working directory
|
17 |
COPY . .
|