add .env file into docker image

This commit is contained in:
Ginta
2026-04-22 20:46:11 +08:00
parent 59aa71209c
commit bc5bbf72f7
+1
View File
@@ -18,6 +18,7 @@ RUN apk --no-cache add ca-certificates tzdata
WORKDIR /app WORKDIR /app
COPY --from=builder /app/src/static /app/static COPY --from=builder /app/src/static /app/static
COPY --from=builder /app/src/static /static COPY --from=builder /app/src/static /static
COPY --from=builder /app/src/.env.example /app/.env
COPY --from=builder /app/epusdt . COPY --from=builder /app/epusdt .
VOLUME /app/conf VOLUME /app/conf