From 4a36a012ed62650a04b46e09727b87f39122c498 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Tue, 23 Apr 2024 11:11:15 +0800 Subject: [PATCH] refactor --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8c204c08c..63233fc6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM golang:1.21 as builder # Define the base directory for the application as an environment variable -ENV SERVER_DIR=/openim-chat +ENV SERVER_DIR=/openim-server # Set the working directory inside the container based on the environment variable WORKDIR $SERVER_DIR @@ -29,7 +29,7 @@ FROM alpine:latest # Install necessary packages, such as bash, to ensure compatibility and functionality RUN apk add --no-cache bash -ENV SERVER_DIR=/openim-chat +ENV SERVER_DIR=/openim-server # Set the working directory inside the container based on the environment variable WORKDIR $SERVER_DIR