Skip to content
Snippets Groups Projects
Verified Commit 6254497a authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[DBBackup] Add / at the end of COPY because Docker is shit

parent f94fe9e7
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ RUN apt-get update && \
apt-get clean && \
mkdir -p /scripts/config
COPY backup_env_var.py run.sh /scripts
COPY backup_env_var.py run.sh /scripts/
COPY mysql-run.sh /scripts/mysql/mysql-run.sh
COPY postgres-run.sh /scripts/postgresql/postgres-run.sh
COPY mongo-run.sh /scripts/mongodb/mongo-run.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment