5 lines
116 B
Docker
5 lines
116 B
Docker
FROM domaindrivenarchitecture/dda-backup:latest
|
|
|
|
# Prepare Entrypoint Script
|
|
ADD resources /tmp
|
|
RUN /tmp/install.bb
|