mirror of
https://github.com/YuWanTingbb/unofficial-gpt4.git
synced 2025-10-14 14:11:23 +00:00
更新 Dockerfile
This commit is contained in:
@@ -13,7 +13,11 @@ RUN chmod +x mvnw && \
|
||||
rm -rf /root/.m2
|
||||
|
||||
# Use Distroless as base image
|
||||
FROM container-registry.oracle.com/os/oraclelinux:8-slim
|
||||
FROM alpine
|
||||
|
||||
RUN apk update \
|
||||
&& apk upgrade \
|
||||
&& apk add --no-cache tzdata
|
||||
|
||||
# Copy the native executable into the containers
|
||||
COPY --from=builder /build/target/gpt-4-copilot /app
|
||||
|
Reference in New Issue
Block a user