This commit is contained in:
skiffer-git 2024-04-22 21:41:32 +08:00
parent 42d52fb128
commit c6d58d7076

View File

@ -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