mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-01-26 19:21:43 +00:00
removing not needed dbchangelog adding creation of release to release job updating docker base images
6 lines
162 B
Docker
6 lines
162 B
Docker
FROM alpine:3.19.1
|
|
MAINTAINER Sheldan
|
|
ADD config/ /var/db-config/
|
|
ADD liquibase-artifacts /var/db-config/liquibase-zips
|
|
|
|
CMD ["/bin/sh", "/var/db-config/move.sh"] |