Commit 3fb7f1af authored by Ndoumbe's avatar Ndoumbe

update

parent 5dafcef7
......@@ -7,8 +7,6 @@ RUN amazon-linux-extras enable postgresql14 && yum install -y postgresql post
RUN mkdir /root/.ssh
COPY id_rsa id_rsa.pub /root/.ssh
COPY mongodb-org-6.0.repo /etc/yum.repos.d/mongodb-org-6.0.repo
RUN yum install -y mongodb-org
......@@ -17,6 +15,10 @@ COPY odoo-backup.sh .
COPY postgres.sh .
COPY mysql.sh .
COPY mongodb.sh .
COPY notification.sh .
# ENTRYPOINT ["/bin/bash","-c", "sleep 600" ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment