Skip to content
Snippets Groups Projects

feat(infra): déploie le serveur de développement sur les infras ecoCompose de la DINUM

Merged BITARD Michaël requested to merge deploy-eco-compose into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
FROM mcuadros/ofelia:0.3.13
RUN apk add -U restic postgresql16-client postgresql16-contrib docker-cli bash
RUN apk add -U curl restic postgresql16-client postgresql16-contrib docker-cli bash
COPY restore-last-backup /
Loading