Loading client/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ RUN chmod -R 755 /usr/bin/vos_cli # Copy configuration file RUN mkdir -p /etc/vos_cli COPY ../conf/vos_cli.conf /etc/vos_cli/ COPY config/vos_cli.conf /etc/vos_cli/ RUN chmod -R 755 /etc/vos_cli # Set the PAH environment variable Loading conf/vos_cli.conf→client/config/vos_cli.conf +0 −0 File moved. View file transfer_service/Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -12,10 +12,10 @@ RUN useradd -m -s /bin/bash cristiano.urban # Set up a workdir for the container WORKDIR /home/transfer_service/ # Copy source code and config file of the server app # Copy source code and config files of the server app COPY wait-for-it.sh start.sh *.py ./ RUN mkdir -p /etc/vos_ts COPY ../conf/vos_ts.conf ../conf/cron_cleaner /etc/vos_ts/ COPY config/* /etc/vos_ts/ RUN chmod -R 755 /etc/vos_ts # Configure crontab Loading conf/cron_cleaner→transfer_service/config/cron_cleaner +0 −0 File moved. View file conf/vos_ts.conf→transfer_service/config/vos_ts.conf +0 −0 File moved. View file Loading
client/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ RUN chmod -R 755 /usr/bin/vos_cli # Copy configuration file RUN mkdir -p /etc/vos_cli COPY ../conf/vos_cli.conf /etc/vos_cli/ COPY config/vos_cli.conf /etc/vos_cli/ RUN chmod -R 755 /etc/vos_cli # Set the PAH environment variable Loading
transfer_service/Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -12,10 +12,10 @@ RUN useradd -m -s /bin/bash cristiano.urban # Set up a workdir for the container WORKDIR /home/transfer_service/ # Copy source code and config file of the server app # Copy source code and config files of the server app COPY wait-for-it.sh start.sh *.py ./ RUN mkdir -p /etc/vos_ts COPY ../conf/vos_ts.conf ../conf/cron_cleaner /etc/vos_ts/ COPY config/* /etc/vos_ts/ RUN chmod -R 755 /etc/vos_ts # Configure crontab Loading