Skip to content
Snippets Groups Projects

Fix refs in history

Merged Riccardo Boero requested to merge new-branch-with-fixed-history into main
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
FROM mariadb:11.4
# copy directories with scripts
COPY inputs/update_sys.sh //inputs/update_sys.sh
RUN chmod a+x //inputs/update_sys.sh
COPY inputs/update_sys.sh /root/inputs/update_sys.sh
RUN chmod a+x /root/inputs/update_sys.sh
COPY dump /docker-entrypoint-initdb.d
# update system for security reasons
Loading