mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-10-23 12:37:26 -04:00
Copy config and run scripts into the resulting image
This commit is contained in:
@@ -125,6 +125,8 @@ ENV POSTGRES_PORT=5432
|
|||||||
ENV DEFAULT_DB=lsmb
|
ENV DEFAULT_DB=lsmb
|
||||||
|
|
||||||
COPY start.sh /usr/local/bin/start.sh
|
COPY start.sh /usr/local/bin/start.sh
|
||||||
|
COPY config.sh /usr/local/bin/config.sh
|
||||||
|
COPY run.sh /usr/local/bin/run.sh
|
||||||
|
|
||||||
RUN chmod +x /usr/local/bin/start.sh && \
|
RUN chmod +x /usr/local/bin/start.sh && \
|
||||||
mkdir -p /var/www && \
|
mkdir -p /var/www && \
|
||||||
|
Reference in New Issue
Block a user