Commit 0e1bdb28 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Changed config files locations.

parent c71db6ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+0 −0

File moved.

+2 −2
Original line number Diff line number Diff line
@@ -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
+0 −0

File moved.

+0 −0

File moved.