/[LeafOK_CVS]/lbbs/Dockerfile/dockerfile.bbsd
ViewVC logotype

Diff of /lbbs/Dockerfile/dockerfile.bbsd

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.2 by sysadm, Tue Jan 6 01:22:30 2026 UTC Revision 1.3 by sysadm, Tue Jan 6 13:59:13 2026 UTC
# Line 1  Line 1 
1  # Stage for Build  # Stage for Build
2  FROM debian:13-slim  FROM debian:13-slim AS builder
3    
4  ARG LBBS_HOME_DIR=/usr/local/lbbs  ARG LBBS_HOME_DIR=/usr/local/lbbs
5    
# Line 38  RUN apt-get update && apt-get install -y Line 38  RUN apt-get update && apt-get install -y
38  # Copy the custom configuration file  # Copy the custom configuration file
39  COPY ./Dockerfile/php.ini /usr/local/etc/php/php.ini  COPY ./Dockerfile/php.ini /usr/local/etc/php/php.ini
40    
41  COPY --from=0 /usr/local/lbbs /usr/local/lbbs  COPY --from=builder /usr/local/lbbs /usr/local/lbbs
42    
43  WORKDIR ${LBBS_HOME_DIR}  WORKDIR ${LBBS_HOME_DIR}


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1