Skip to content

Commit 1bef31b

Browse files
committed
finally working
1 parent 534c1cb commit 1bef31b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim as generate-requirements
1+
FROM python:3.12 as generate-requirements
22

33
# Path: /app
44
WORKDIR /app
@@ -7,7 +7,7 @@ COPY ./Pipfile ./Pipfile.lock ./
77
RUN ["pip", "install", "pipenv"]
88
RUN ["sh", "-c", "pipenv requirements --dev > requirements.txt"]
99

10-
FROM python:3.12-slim as build
10+
FROM python:3.12 as build
1111

1212
# Path: /app
1313
WORKDIR /app

0 commit comments

Comments
 (0)