From c6d58d707698115b21d14e7a770d8863b163fef8 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Mon, 22 Apr 2024 21:41:32 +0800 Subject: [PATCH] refactor --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 67efb53ae..eda24096c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,9 @@ RUN mage build # Use Alpine Linux as the final base image due to its small size and included utilities FROM alpine:latest +# Define the base directory for the application as an environment variable again +ENV OPENIM_SERVER_DIR=/openim-server + # Install necessary packages, such as bash, to ensure compatibility and functionality RUN apk add --no-cache bash