Skip to content

Commit 62e2c36

Browse files
committed
Fixed dockerfile
1 parent 60ad3c5 commit 62e2c36

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

-4
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ FROM base as prod
4646

4747
COPY requirements.txt .
4848

49-
RUN useradd onboard-user
50-
51-
USER onboard-user
52-
5349
RUN --mount=type=cache,target=/root/.cache/pip pip install -r requirements.txt
5450

5551
COPY ./app ./app

0 commit comments

Comments
 (0)