mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-06 13:22:11 +08:00
refactor
This commit is contained in:
parent
42d52fb128
commit
c6d58d7076
@ -26,6 +26,9 @@ RUN mage build
|
|||||||
# Use Alpine Linux as the final base image due to its small size and included utilities
|
# Use Alpine Linux as the final base image due to its small size and included utilities
|
||||||
FROM alpine:latest
|
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
|
# Install necessary packages, such as bash, to ensure compatibility and functionality
|
||||||
RUN apk add --no-cache bash
|
RUN apk add --no-cache bash
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user