This commit is contained in:
parent
93eaa4e351
commit
98ff5dea8d
@ -7,10 +7,10 @@ RUN mkdir /app && mkdir /config
|
|||||||
COPY setup.sh /app/setup.sh
|
COPY setup.sh /app/setup.sh
|
||||||
COPY backup.sh /app/backup.sh
|
COPY backup.sh /app/backup.sh
|
||||||
COPY interactive.sh /app/interactive.sh
|
COPY interactive.sh /app/interactive.sh
|
||||||
COPY mysql.sh /app/mysql.sh
|
# COPY mysql.sh /app/mysql.sh
|
||||||
|
|
||||||
WORKDIR /config
|
WORKDIR /config
|
||||||
|
|
||||||
VOLUME /config
|
VOLUME /config
|
||||||
|
|
||||||
ENTRYPOINT /app/backup.sh
|
CMD ["/app/backup.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user