mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-08 16:37:29 +08:00
change back to slim image
This commit is contained in:
parent
212e2a5f95
commit
b98f4ba772
@ -3,7 +3,7 @@
|
|||||||
###########
|
###########
|
||||||
|
|
||||||
# pull official base image
|
# pull official base image
|
||||||
FROM python:3.11-alpine AS builder
|
FROM python:3.11-slim-bookworm AS builder
|
||||||
|
|
||||||
|
|
||||||
# set working directory
|
# set working directory
|
||||||
@ -35,7 +35,7 @@ COPY . /usr/src/app
|
|||||||
#########
|
#########
|
||||||
|
|
||||||
# pull official base image
|
# pull official base image
|
||||||
FROM python:3.11-alpine
|
FROM python:3.11-slim-bookworm
|
||||||
|
|
||||||
# create directory for the app user
|
# create directory for the app user
|
||||||
RUN mkdir -p /home/app
|
RUN mkdir -p /home/app
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user