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
7 lines
233 B
Docker
7 lines
233 B
Docker
FROM alpine:3.19.1
|
|
MAINTAINER Sheldan
|
|
ADD config /var/template-config/
|
|
ADD template-artifacts /var/template-config/templates
|
|
ADD translation-artifacts /var/template-config/translations
|
|
|
|
CMD ["/bin/sh", "/var/template-config/move.sh"] |